mirror of https://github.com/OpenTTD/OpenTTD
(svn r17233) -Fix (r17232): typo
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
|
/* We can't kill the AI here, so mark it as crashed (not dead) and
|
||||||
* kill it in the next AI tick. */
|
* kill it in the next AI tick. */
|
||||||
this->is_dead = false;
|
this->is_dead = false;
|
||||||
this->engine->CrashOccured();
|
this->engine->CrashOccurred();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
AIObject::SetAllowDoCommand(backup_allow);
|
AIObject::SetAllowDoCommand(backup_allow);
|
||||||
|
|
Loading…
Reference in New Issue