From 3456d22e639475788db4878bb8e8846e5c44673e Mon Sep 17 00:00:00 2001 From: gmiranda Date: Thu, 14 Dec 2006 18:37:40 +0000 Subject: [PATCH] First steps to get the demo working. git-svn-id: https://svn.code.sf.net/p/q3cellshading/code/trunk@38 db09e94b-7117-0410-a7e6-85ae5ff6e0e9 --- code/qcommon/files.c | 3 ++- code/ui/ui_main.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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"