summaryrefslogtreecommitdiffstats
path: root/src/object/robotmain.h
diff options
context:
space:
mode:
authoradiblol <adiblol@hydrogen>2012-10-06 23:35:27 +0200
committeradiblol <adiblol@hydrogen>2012-10-06 23:35:27 +0200
commit7818d5d0963f6e57540b1abdf83408ea6009c296 (patch)
tree1e1ad35f8e3341f3c5466bd24ad8b4f67f9017e0 /src/object/robotmain.h
parent241486117535a540ac16894a3a08244c293eb680 (diff)
downloadcolobot-7818d5d0963f6e57540b1abdf83408ea6009c296.tar.gz
colobot-7818d5d0963f6e57540b1abdf83408ea6009c296.tar.bz2
colobot-7818d5d0963f6e57540b1abdf83408ea6009c296.zip
Setting speed now works. Added ability to set 4x and 8x using "speed4" and "speed8" cheat codes respectively.
Diffstat (limited to 'src/object/robotmain.h')
-rw-r--r--src/object/robotmain.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/object/robotmain.h b/src/object/robotmain.h
index 70fbc8d..dddd6d4 100644
--- a/src/object/robotmain.h
+++ b/src/object/robotmain.h
@@ -383,6 +383,7 @@ protected:
void StopDisplayVisit();
void ExecuteCmd(char *cmd);
bool TestGadgetQuantity(int rank);
+ void UpdateSpeedLabel();
protected:
CInstanceManager* m_iMan;