Update master build demo flag (set to false) and admin mode (set to true). Release Build 11562.

This commit is contained in:
sigonasr2 2024-09-13 17:41:35 -05:00
parent 8283147efe
commit 55f4347452
3 changed files with 3 additions and 3 deletions

View File

@ -90,8 +90,8 @@ INCLUDE_FOREDROP_DATA
INCLUDE_MONSTER_DATA INCLUDE_MONSTER_DATA
INCLUDE_PACK_KEY INCLUDE_PACK_KEY
bool DEMO_BUILD = true; bool DEMO_BUILD = false;
bool ADMIN_MODE = !DEMO_BUILD&&false; //Enables the Unlock All button and admin console. bool ADMIN_MODE = !DEMO_BUILD&&true; //Enables the Unlock All button and admin console.
bool _DEBUG_MAP_LOAD_INFO = false; bool _DEBUG_MAP_LOAD_INFO = false;
//360x240 //360x240
vi2d WINDOW_SIZE={24*15,24*10}; vi2d WINDOW_SIZE={24*15,24*10};

View File

@ -39,7 +39,7 @@ All rights reserved.
#define VERSION_MAJOR 1 #define VERSION_MAJOR 1
#define VERSION_MINOR 3 #define VERSION_MINOR 3
#define VERSION_PATCH 0 #define VERSION_PATCH 0
#define VERSION_BUILD 11561 #define VERSION_BUILD 11562
#define stringify(a) stringify_(a) #define stringify(a) stringify_(a)
#define stringify_(a) #a #define stringify_(a) #a