This commit is contained in:
Nikolay Korolev
2021-07-24 00:47:04 +03:00
parent a4b92fe9be
commit a7e673c2ec
75 changed files with 277 additions and 66 deletions

View File

@ -591,5 +591,6 @@ void RetryMission(int, int);
#endif
#ifdef USE_DEBUG_SCRIPT_LOADER
int open_script();
extern int scriptToLoad;
#endif