summaryrefslogtreecommitdiff
path: root/src/control/Script.h
diff options
context:
space:
mode:
author_AG <gennariarmando@outlook.com>2019-06-20 02:31:03 +0200
committer_AG <gennariarmando@outlook.com>2019-06-20 02:32:36 +0200
commit2ce7bcc405daf1b01f9220e7b584bc7c318ec5cd (patch)
tree4cbfefeedd462f46b29d4b1c9004f17eefebc364 /src/control/Script.h
parentf4146d39a266b83cef8e81bc62bcc77032c3b13c (diff)
Update CRadar.cpp, CHud.cpp, CDraw.cpp fixed bug in templates.h.
Diffstat (limited to 'src/control/Script.h')
-rw-r--r--src/control/Script.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/control/Script.h b/src/control/Script.h
index cdc33e97..cf428855 100644
--- a/src/control/Script.h
+++ b/src/control/Script.h
@@ -39,4 +39,9 @@ public:
static CTextLine* IntroTextLines;
static CScriptRectangle* IntroRectangles;
static CSprite2d* ScriptSprites;
+ static bool DbgFlag;
+ static uint32 OnAMissionFlag;
+
+public:
+ static bool IsPlayerOnAMission();
};