mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-08-20 09:57:09 +00:00
set default values
This commit is contained in:
parent
3caa5713e5
commit
b1c44c33bd
|
|
@ -9,5 +9,5 @@ const wstring ClientConstants::BRANCH_STRING = VER_BRANCHVERSION_STR_W;
|
||||||
#ifdef VER_SHOW_VERSION_WATERMARK
|
#ifdef VER_SHOW_VERSION_WATERMARK
|
||||||
const bool ClientConstants::SHOW_VERSION_WATERMARK = (VER_SHOW_VERSION_WATERMARK != 0);
|
const bool ClientConstants::SHOW_VERSION_WATERMARK = (VER_SHOW_VERSION_WATERMARK != 0);
|
||||||
#else
|
#else
|
||||||
const bool ClientConstants::SHOW_VERSION_WATERMARK = true;
|
const bool ClientConstants::SHOW_VERSION_WATERMARK = false;
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue