mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-09 15:41:15 +00:00
(svn r17233) -Fix (r17232): typo
This commit is contained in:
parent
8839bdbefd
commit
b71de3a377
@ -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…
Reference in New Issue
Block a user