Browse Source

launcher: oops, enable NOCONHOST only for Win32

pull/2/head
Alibek Omarov 4 years ago
parent
commit
e0dfc4c0b4
  1. 2
      engine/common/launcher.c

2
engine/common/launcher.c

@ -27,7 +27,9 @@ GNU General Public License for more details. @@ -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…
Cancel
Save