summaryrefslogtreecommitdiff
path: root/dedicated.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-06-20 20:09:46 +0000
committertron <tron@openttd.org>2005-06-20 20:09:46 +0000
commit255609f2d64ab84538af6dbf28b7a6fb91175ca2 (patch)
tree2def0b74e14319cc3e68e8c5b1ab619df60961ae /dedicated.c
parent7ea9ddacbb80dce6232809786f4dc2f1e195d253 (diff)
downloadopenttd-255609f2d64ab84538af6dbf28b7a6fb91175ca2.tar.xz
(svn r2465) Remove some unreachable code
Diffstat (limited to 'dedicated.c')
-rw-r--r--dedicated.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/dedicated.c b/dedicated.c
index a4a9198ab..1e00fb0e0 100644
--- a/dedicated.c
+++ b/dedicated.c
@@ -312,8 +312,6 @@ static int DedicatedVideoMainLoop(void)
}
CSleep(1);
}
-
- return ML_QUIT;
}