mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-02-02 17:11:20 +01:00
Codechange: coding style fixes
This commit is contained in:
@@ -1097,7 +1097,7 @@ struct NetworkStartServerWindow : public Window {
|
||||
case WID_NSS_PLAY_HEIGHTMAP:
|
||||
if (!CheckServerName()) return;
|
||||
_is_network_server = true;
|
||||
ShowSaveLoadDialog(FT_HEIGHTMAP,SLO_LOAD);
|
||||
ShowSaveLoadDialog(FT_HEIGHTMAP, SLO_LOAD);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user