diff options
author | truebrain <truebrain@openttd.org> | 2011-11-19 15:51:21 +0000 |
---|---|---|
committer | truebrain <truebrain@openttd.org> | 2011-11-19 15:51:21 +0000 |
commit | 32b28bb86819411c427c694ec26616d0bc45fdb3 (patch) | |
tree | a545fe4503ab69292394c0e71eb43409226d5f93 /src/script/squirrel.hpp | |
parent | b927ae5be96af3711710a7f30cd52c5e5a278e72 (diff) | |
download | openttd-32b28bb86819411c427c694ec26616d0bc45fdb3.tar.xz |
(svn r23264) -Fix (r23263): save before commit
Diffstat (limited to 'src/script/squirrel.hpp')
-rw-r--r-- | src/script/squirrel.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/squirrel.hpp b/src/script/squirrel.hpp index 69e01e647..fd298bcca 100644 --- a/src/script/squirrel.hpp +++ b/src/script/squirrel.hpp @@ -245,7 +245,7 @@ public: void ResetCrashed(); /** - * Set the AI status to crashed. + * Set the script status to crashed. */ void CrashOccurred(); |