(svn r1240) -Fix: OpenTTD once again compiles if ENABLE_NETWORK is disabled.
-Fix: removed some warnings -Enabled ENABLE_NETWORK on windows again which I accidentally commented out.
This commit is contained in:
@@ -2370,7 +2370,7 @@ static void MainWindowWndProc(Window *w, WindowEvent *e) {
|
||||
|
||||
|
||||
void ShowSelectGameWindow();
|
||||
extern void ShowJoinStatusWindowAfterJoin();
|
||||
extern void ShowJoinStatusWindowAfterJoin(void);
|
||||
|
||||
void SetupColorsAndInitialWindow()
|
||||
{
|
||||
|
Reference in New Issue
Block a user