diff options
Diffstat (limited to 'src/town_gui.cpp')
-rw-r--r-- | src/town_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/town_gui.cpp b/src/town_gui.cpp index 054df20f3..21569d690 100644 --- a/src/town_gui.cpp +++ b/src/town_gui.cpp @@ -781,7 +781,7 @@ static const WindowDesc _scen_edit_town_gen_desc = { void ShowBuildTownWindow() { - if (_game_mode != GM_EDITOR && !IsValidPlayer(_current_player)) return; + if (_game_mode != GM_EDITOR && !IsValidPlayerID(_current_player)) return; AllocateWindowDescFront<ScenarioEditorTownGenerationWindow>(&_scen_edit_town_gen_desc, 0); } |