(svn r17233) -Fix (r17232): typo

This commit is contained in:
yexo 2009-08-20 11:02:35 +00:00
parent 172d4dd23e
commit d6a3178646

View File

@ -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);