1
0
mirror of https://github.com/td512/re3.git synced 2026-03-28 12:49:04 +00:00

Merge branch 'master' of github.com:GTAmodding/re3

This commit is contained in:
aap
2020-05-17 15:16:27 +02:00
2 changed files with 2 additions and 2 deletions

2
librw

Submodule librw updated: 661feeabf4...3971dda001

View File

@@ -506,7 +506,7 @@ void CRunningScript::Init()
#ifdef USE_DEBUG_SCRIPT_LOADER
int open_script()
{
static int scriptToLoad = 1;
static int scriptToLoad = 0;
#ifdef _WIN32
if (GetAsyncKeyState('G') & 0x8000)