Browse Source

Correct sghThread value

pull/100/head
Anders Jenbo 7 years ago committed by GitHub
parent
commit
175f66a6d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Source/nthread.cpp

2
Source/nthread.cpp

@ -21,7 +21,7 @@ int gdwNormalMsgSize; // weak
int last_tick; // weak
/* data */
static HANDLE sghThread = (HANDLE)0xFFFFFFFF; // idb
static HANDLE sghThread = INVALID_HANDLE_VALUE;
void nthread_terminate_game(const char *pszFcn)
{

Loading…
Cancel
Save