(svn r17233) -Fix (r17232): typo

pull/155/head
yexo 15 years ago
parent 172d4dd23e
commit d6a3178646

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

Loading…
Cancel
Save