From 25c3ba0d3b06fe4e63f3dab4f80f596026b36377 Mon Sep 17 00:00:00 2001 From: krzys-h Date: Sat, 23 Mar 2013 19:04:41 +0100 Subject: Basic detection of syntax errors in mission levels + option to enable Retro mode (for now doesn't do enything) --- src/object/robotmain.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/object/robotmain.h') 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? -- cgit v1.2.3-1-g7c22