summaryrefslogtreecommitdiff
path: root/ttd.c
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2004-12-23 00:24:44 +0000
committerdarkvater <darkvater@openttd.org>2004-12-23 00:24:44 +0000
commit28c1dc3e396c221b7d2a740ed49ce881bfe23384 (patch)
treec61005fca393d8636f471b3f6497712970f87b04 /ttd.c
parentc4836bbd70223842a9df4f412444ece44d9b1147 (diff)
downloadopenttd-28c1dc3e396c221b7d2a740ed49ce881bfe23384.tar.xz
(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.
Diffstat (limited to 'ttd.c')
-rw-r--r--ttd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ttd.c b/ttd.c
index c3647c253..6a676495a 100644
--- a/ttd.c
+++ b/ttd.c
@@ -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[])
{