We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec5c92e + e9ced95 commit 8b73398Copy full SHA for 8b73398
2 files changed
Core/GameEngine/Source/Common/INI/INI.cpp
@@ -59,7 +59,7 @@
59
#include "GameLogic/ScriptEngine.h"
60
#include "GameLogic/Weapon.h"
61
62
-#if __cplusplus >= 201611L
+#if __cplusplus >= 201611L && !defined(GENERALS_ONLINE_DISABLE_STD_FROM_CHARS_PARSING)
63
#define USE_STD_FROM_CHARS_PARSING 1
64
#else
65
#define USE_STD_FROM_CHARS_PARSING 0
GeneralsMD/Code/GameEngine/Include/GameNetwork/GeneralsOnline/NextGenMP_defines.h
@@ -124,3 +124,5 @@ static int FRAME_GROUPING_CAP = 64;
124
//#define GENERALS_ONLINE_RNG_USE_FIXED_DEBUG_NUMBER 1
125
126
#define GENERALS_ONLINE_ALLOW_ALL_SETTINGS_FOR_STATS_MATCHES 1
127
+
128
+#define GENERALS_ONLINE_DISABLE_STD_FROM_CHARS_PARSING 1
0 commit comments