diff --git a/code/qcommon/files.c b/code/qcommon/files.c index 962ae60..783c766 100644 --- a/code/qcommon/files.c +++ b/code/qcommon/files.c @@ -196,7 +196,8 @@ or configs will never get loaded from disk! */ -#define DEMOGAME "demota" +//#define DEMOGAME "demota" +#define DEMOGAME "demoq3" // every time a new demo pk3 file is built, this checksum must be updated. // the easiest way to get it is to just run the game and see what it spits out diff --git a/code/ui/ui_main.c b/code/ui/ui_main.c index 53d73eb..a1484fa 100644 --- a/code/ui/ui_main.c +++ b/code/ui/ui_main.c @@ -29,7 +29,7 @@ USER INTERFACE MAIN */ // use this to get a demo build without an explicit demo build, i.e. to get the demo ui files to build -//#define PRE_RELEASE_TADEMO +#define PRE_RELEASE_TADEMO #include "ui_local.h"