summaryrefslogtreecommitdiffstats
path: root/src/object/robotmain.h
diff options
context:
space:
mode:
authorkrzys-h <krzys_h@interia.pl>2013-04-29 17:26:32 +0200
committerkrzys-h <krzys_h@interia.pl>2013-04-29 17:26:32 +0200
commit75950c55ba2065e792dc573adbaa31897cbc113a (patch)
treec0fb55c900d056550b3383e1ef9979b6664ca85e /src/object/robotmain.h
parentc2932f4ee3c65aa5546a8b2fd605af9043aba72a (diff)
downloadcolobot-75950c55ba2065e792dc573adbaa31897cbc113a.tar.gz
colobot-75950c55ba2065e792dc573adbaa31897cbc113a.tar.bz2
colobot-75950c55ba2065e792dc573adbaa31897cbc113a.zip
MissionController improved
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 73315af..1ab1b46 100644
--- a/src/object/robotmain.h
+++ b/src/object/robotmain.h
@@ -469,6 +469,8 @@ protected:
int m_delayWriteMessage;
int m_movieInfoIndex;
+ CObject* m_controller;
+
//Level Checker flags
bool m_beginObject;
bool m_terrainGenerate;