From d6a317864634e4c8308bb6c2a537efd9cda22908 Mon Sep 17 00:00:00 2001 From: yexo Date: Thu, 20 Aug 2009 11:02:35 +0000 Subject: [PATCH] (svn r17233) -Fix (r17232): typo --- src/ai/ai_instance.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ai/ai_instance.cpp b/src/ai/ai_instance.cpp index da14941d52..b1382a5068 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);