diff options
Diffstat (limited to 'src')
-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(); |