(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:
darkvater
2004-12-23 00:24:44 +00:00
parent 552cb7ad60
commit 5eeb971de0
10 changed files with 26 additions and 20 deletions

2
ttd.c
View File

@@ -519,7 +519,7 @@ void LoadIntroGame()
if (_music_driver->is_song_playing()) ResetMusic();
}
extern void DedicatedFork();
extern void DedicatedFork(void);
int ttd_main(int argc, char* argv[])
{