summaryrefslogtreecommitdiffstats
path: root/src/object/robotmain.h
diff options
context:
space:
mode:
authorkrzys-h <krzys_h@interia.pl>2013-03-24 19:05:20 +0100
committerkrzys-h <krzys_h@interia.pl>2013-03-24 19:05:20 +0100
commitf4e222248f4959ea82b9e94ec0e21dcecbecac88 (patch)
treeea64e7e03f63170f2e4c9c9ef039f57853d57628 /src/object/robotmain.h
parent5deb68e698fa9d7edd9125bea2d8c5e9df58cd6d (diff)
downloadcolobot-f4e222248f4959ea82b9e94ec0e21dcecbecac88.tar.gz
colobot-f4e222248f4959ea82b9e94ec0e21dcecbecac88.tar.bz2
colobot-f4e222248f4959ea82b9e94ec0e21dcecbecac88.zip
Retro mode now disables possibility of writing and running programs
Diffstat (limited to 'src/object/robotmain.h')
-rw-r--r--src/object/robotmain.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/object/robotmain.h b/src/object/robotmain.h
index 181a1cb..0bcd2dc 100644
--- a/src/object/robotmain.h
+++ b/src/object/robotmain.h
@@ -304,6 +304,7 @@ public:
const char* GetSavegameDir();
const char* GetPublicDir();
const char* GetFilesDir();
+ bool GetRetroMode();
void SetGamerName(const char *name);
char* GetGamerName();
@@ -447,6 +448,7 @@ protected:
int m_delayWriteMessage;
int m_movieInfoIndex;
+ //Level Checker flags
bool m_beginObject;
bool m_terrainGenerate;
bool m_terrainInitTextures;
@@ -454,7 +456,7 @@ protected:
bool m_terrainCreate;
int m_version; // Mission file version
- bool m_retroStyle; // Retro style
+ bool m_retroStyle; // Retro
bool m_immediatSatCom; // SatCom immediately?
bool m_beginSatCom; // messages SatCom poster?
bool m_movieLock; // movie in progress?