summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2009-08-20 11:02:35 +0000
committeryexo <yexo@openttd.org>2009-08-20 11:02:35 +0000
commitb71de3a3776c51dbe38d512d344d07968c3b59c2 (patch)
treedcaa0c275c883689bfc2c776f1bc9300690715f1
parent8839bdbefdf4fcd1fa4c2d6d35381055049872d7 (diff)
downloadopenttd-b71de3a3776c51dbe38d512d344d07968c3b59c2.tar.xz
(svn r17233) -Fix (r17232): typo
-rw-r--r--src/ai/ai_instance.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/ai_instance.cpp b/src/ai/ai_instance.cpp
index da14941d5..b1382a506 100644
--- a/src/ai/ai_instance.cpp
+++ b/src/ai/ai_instance.cpp
@@ -620,7 +620,7 @@ void AIInstance::Save()
/* We can't kill the AI here, so mark it as crashed (not dead) and
* kill it in the next AI tick. */
this->is_dead = false;
- this->engine->CrashOccured();
+ this->engine->CrashOccurred();
return;
}
AIObject::SetAllowDoCommand(backup_allow);