mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-19 10:22:39 +01:00
(svn r23470) -Codechange: move declaration of SwitchToMode to a header instead of declaring it in 6 other files
This commit is contained in:
@@ -1049,8 +1049,6 @@ DEF_CONSOLE_CMD(ConNewGame)
|
||||
return true;
|
||||
}
|
||||
|
||||
extern void SwitchToMode(SwitchMode new_mode);
|
||||
|
||||
DEF_CONSOLE_CMD(ConRestart)
|
||||
{
|
||||
if (argc == 0) {
|
||||
|
||||
Reference in New Issue
Block a user