mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
launcher: oops, enable NOCONHOST only for Win32
This commit is contained in:
parent
80a806aaad
commit
e0dfc4c0b4
@ -27,7 +27,9 @@ GNU General Public License for more details.
|
||||
#include <emscripten.h>
|
||||
#endif
|
||||
|
||||
#if XASH_WIN32
|
||||
#define XASH_NOCONHOST 1
|
||||
#endif
|
||||
|
||||
static char szGameDir[128]; // safe place to keep gamedir
|
||||
static int g_iArgc;
|
||||
|
Loading…
x
Reference in New Issue
Block a user