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

master
sigonasr2 5 months ago
parent 8283147efe
commit 55f4347452
  1. 4
      Adventures in Lestoria/AdventuresInLestoria.cpp
  2. 2
      Adventures in Lestoria/Version.h
  3. BIN
      x64/Release/Adventures in Lestoria.exe

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

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

Loading…
Cancel
Save