mirror of
https://github.com/halpz/re3.git
synced 2025-04-30 06:47:56 +03:00
fixes for 64 bit build
This commit is contained in:
parent
b21f49ad6b
commit
c54d3ba2ab
4 changed files with 40 additions and 11 deletions
|
@ -506,7 +506,7 @@ void CRunningScript::Init()
|
|||
#ifdef USE_DEBUG_SCRIPT_LOADER
|
||||
int open_script()
|
||||
{
|
||||
static int scriptToLoad = 0;
|
||||
static int scriptToLoad = 1;
|
||||
|
||||
#ifdef _WIN32
|
||||
if (GetAsyncKeyState('G') & 0x8000)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue