gameui: fix disconnect in video settings for multiplayer games

This commit is contained in:
nillerusr
2023-10-08 02:40:43 +03:00
parent 035861bf52
commit 047f8b1185
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -239,9 +239,9 @@ def define_platform(conf):
'_DLL_EXT=.so'
])
if conf.env.DEST_OS != 'win32':
conf.define('NO_MALLOC_OVERRIDE', 1)
conf.define('NO_MEMOVERRIDE_NEW_DELETE', 1)
# if conf.env.DEST_OS != 'win32':
# conf.define('NO_MALLOC_OVERRIDE', 1)
# conf.define('NO_MEMOVERRIDE_NEW_DELETE', 1)
if conf.options.DEBUG_ENGINE:
conf.env.append_unique('DEFINES', [