summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaweX <wepc@10g.pl>2013-02-13 02:36:20 +0100
committerPaweX <wepc@10g.pl>2013-02-13 02:36:20 +0100
commitc26c063c5f3c0f45fd4ef3e717979768e7834780 (patch)
tree5f41f17f334751d6121bd59751c4bb590b496a82 /src
parent34a008a49d31e0efc3cc2235aab898946c863cdf (diff)
downloadcolobot-c26c063c5f3c0f45fd4ef3e717979768e7834780.tar.gz
colobot-c26c063c5f3c0f45fd4ef3e717979768e7834780.tar.bz2
colobot-c26c063c5f3c0f45fd4ef3e717979768e7834780.zip
Additional parameter for function aim(x, y).
Diffstat (limited to 'src')
-rw-r--r--src/script/cbottoken.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/cbottoken.cpp b/src/script/cbottoken.cpp
index 0bb368c..06d36e1 100644
--- a/src/script/cbottoken.cpp
+++ b/src/script/cbottoken.cpp
@@ -476,7 +476,7 @@ const char* GetHelpText(const char *token)
if ( strcmp(token, "shield" ) == 0 ) return "shield ( oper, radius );";
if ( strcmp(token, "fire" ) == 0 ) return "fire ( time );";
if ( strcmp(token, "antfire" ) == 0 ) return "antfire ( );";
- if ( strcmp(token, "aim" ) == 0 ) return "aim ( angle );";
+ if ( strcmp(token, "aim" ) == 0 ) return "aim ( angle, angle );";
if ( strcmp(token, "motor" ) == 0 ) return "motor ( left, right );";
if ( strcmp(token, "jet" ) == 0 ) return "jet ( power );";
if ( strcmp(token, "topo" ) == 0 ) return "topo ( position );";