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
This commit is contained in:
gmiranda 2006-12-14 18:37:40 +00:00
parent 0a6c26e5aa
commit 3456d22e63
2 changed files with 3 additions and 2 deletions

View File

@ -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. // 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 // the easiest way to get it is to just run the game and see what it spits out

View File

@ -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 // 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" #include "ui_local.h"