summaryrefslogtreecommitdiffstats
path: root/src/object/robotmain.h
diff options
context:
space:
mode:
authorkrzys-h <krzys_h@interia.pl>2013-12-26 21:54:05 +0100
committerkrzys-h <krzys_h@interia.pl>2013-12-26 21:54:05 +0100
commit3a78d587bd781d7bd5429dc777522d43129952c1 (patch)
tree2e40523a95f90de53d4d2fd59277cff8d80eb8ce /src/object/robotmain.h
parent32c55297c4a2cdec553ea6319b36eff0cf7302b6 (diff)
downloadcolobot-3a78d587bd781d7bd5429dc777522d43129952c1.tar.gz
colobot-3a78d587bd781d7bd5429dc777522d43129952c1.tar.bz2
colobot-3a78d587bd781d7bd5429dc777522d43129952c1.zip
Exit the game after finishing the mission while using -runscene
Diffstat (limited to 'src/object/robotmain.h')
-rw-r--r--src/object/robotmain.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/object/robotmain.h b/src/object/robotmain.h
index 76535de..1a79457 100644
--- a/src/object/robotmain.h
+++ b/src/object/robotmain.h
@@ -522,6 +522,8 @@ protected:
int m_endingWinRank;
int m_endingLostRank;
bool m_winTerminate;
+
+ bool m_exitAfterMission;
float m_fontSize;
Math::Point m_windowPos;