summaryrefslogtreecommitdiffstats
path: root/src/object/robotmain.h
diff options
context:
space:
mode:
authorkrzys-h <krzys_h@interia.pl>2013-03-23 19:04:41 +0100
committerkrzys-h <krzys_h@interia.pl>2013-03-23 19:06:49 +0100
commit25c3ba0d3b06fe4e63f3dab4f80f596026b36377 (patch)
tree1c61b1801361a6cca11098b2cd4c950447350a49 /src/object/robotmain.h
parent87bc927d8757d6b9d7633260ff12580dcd48b3a4 (diff)
downloadcolobot-25c3ba0d3b06fe4e63f3dab4f80f596026b36377.tar.gz
colobot-25c3ba0d3b06fe4e63f3dab4f80f596026b36377.tar.bz2
colobot-25c3ba0d3b06fe4e63f3dab4f80f596026b36377.zip
Basic detection of syntax errors in mission levels
+ option to enable Retro mode (for now doesn't do enything)
Diffstat (limited to 'src/object/robotmain.h')
-rw-r--r--src/object/robotmain.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/object/robotmain.h b/src/object/robotmain.h
index 6a45473..181a1cb 100644
--- a/src/object/robotmain.h
+++ b/src/object/robotmain.h
@@ -447,6 +447,14 @@ protected:
int m_delayWriteMessage;
int m_movieInfoIndex;
+ bool m_beginObject;
+ bool m_terrainGenerate;
+ bool m_terrainInitTextures;
+ bool m_terrainInit;
+ bool m_terrainCreate;
+
+ int m_version; // Mission file version
+ bool m_retroStyle; // Retro style
bool m_immediatSatCom; // SatCom immediately?
bool m_beginSatCom; // messages SatCom poster?
bool m_movieLock; // movie in progress?