forked from mirror/OpenTTD
(svn r23470) -Codechange: move declaration of SwitchToMode to a header instead of declaring it in 6 other files
This commit is contained in:
@@ -262,7 +262,6 @@ void HandleGeneratingWorldAbortion()
|
||||
|
||||
if (_gw.thread != NULL) _gw.thread->Exit();
|
||||
|
||||
extern void SwitchToMode(SwitchMode new_mode);
|
||||
SwitchToMode(_switch_mode);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user