From b71de3a3776c51dbe38d512d344d07968c3b59c2 Mon Sep 17 00:00:00 2001 From: yexo Date: Thu, 20 Aug 2009 11:02:35 +0000 Subject: (svn r17233) -Fix (r17232): typo --- src/ai/ai_instance.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ai') 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); -- cgit v1.2.3-54-g00ecf