diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ai/ai_instance.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/ai_instance.cpp b/src/ai/ai_instance.cpp index da14941d5..b1382a506 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); |