From db6110e996756672595f3d0e69b8e96977a534e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?eray=20or=C3=A7unus?= Date: Sat, 13 Jun 2020 23:39:14 +0300 Subject: Peds, mission switcher & fixes --- src/control/Script.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/control/Script.h') diff --git a/src/control/Script.h b/src/control/Script.h index 3044e770..45475e6e 100644 --- a/src/control/Script.h +++ b/src/control/Script.h @@ -545,4 +545,8 @@ void RetryMission(int, int); #ifdef USE_DEBUG_SCRIPT_LOADER extern int scriptToLoad; +#endif + +#ifdef MISSION_SWITCHER +extern int switchMissionTo; #endif \ No newline at end of file -- cgit v1.2.3