mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-06-09 03:52:54 +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
|
||||
const bool ClientConstants::SHOW_VERSION_WATERMARK = (VER_SHOW_VERSION_WATERMARK != 0);
|
||||
#else
|
||||
const bool ClientConstants::SHOW_VERSION_WATERMARK = true;
|
||||
const bool ClientConstants::SHOW_VERSION_WATERMARK = false;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue