mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-08-29 01:20:39 +02:00
change default script to story
This commit is contained in:
@@ -499,7 +499,7 @@ void CRunningScript::Init()
|
||||
#ifdef USE_DEBUG_SCRIPT_LOADER
|
||||
int open_script()
|
||||
{
|
||||
static int scriptToLoad = 1;
|
||||
static int scriptToLoad = 0;
|
||||
|
||||
if (GetAsyncKeyState('G') & 0x8000)
|
||||
scriptToLoad = 0;
|
||||
|
Reference in New Issue
Block a user