diff options
author | yexo <yexo@openttd.org> | 2009-08-20 11:02:35 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2009-08-20 11:02:35 +0000 |
commit | b71de3a3776c51dbe38d512d344d07968c3b59c2 (patch) | |
tree | dcaa0c275c883689bfc2c776f1bc9300690715f1 /src | |
parent | 8839bdbefdf4fcd1fa4c2d6d35381055049872d7 (diff) | |
download | openttd-b71de3a3776c51dbe38d512d344d07968c3b59c2.tar.xz |
(svn r17233) -Fix (r17232): typo
Diffstat (limited to 'src')
-rw-r--r-- | src/ai/ai_instance.cpp | 2 |
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); |