DF_ENCORE: Warn about double #definition (aaah??)

This was right next to something I needed to modify and I don't want someone to be hurt by it later
This commit is contained in:
toaster 2024-03-29 13:39:11 +00:00
parent 4f86c25e55
commit a3776762ad
2 changed files with 2 additions and 0 deletions

View file

@ -171,6 +171,7 @@ demoghost *ghosts = NULL;
#define DF_LUAVARS 0x20 // this demo contains extra lua vars
// woah there pardner, if you modify this check k_menu.h too
#define DF_ENCORE 0x40
#define DF_MULTIPLAYER 0x80 // This demo was recorded in multiplayer mode!

View file

@ -1147,6 +1147,7 @@ void M_DrawMasterServerReminder(void);
void M_DrawEggaChannel(void);
// Extras menu:
// woah there pardner, if you modify this check g_demo.cpp too
#define DF_ENCORE 0x40
#define M_EXTRAS_OFSTIME 4