From 32b28bb86819411c427c694ec26616d0bc45fdb3 Mon Sep 17 00:00:00 2001 From: truebrain Date: Sat, 19 Nov 2011 15:51:21 +0000 Subject: [PATCH] (svn r23264) -Fix (r23263): save before commit --- src/script/squirrel.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/squirrel.hpp b/src/script/squirrel.hpp index 69e01e647d..fd298bcca6 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();