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
commitc887ff331ae93a62ae88699d8f000917cdea42a3 (patch)
tree2def0b74e14319cc3e68e8c5b1ab619df60961ae /dedicated.c
parent0be5b38286af701ef9538591943fa269363b6702 (diff)
downloadopenttd-c887ff331ae93a62ae88699d8f000917cdea42a3.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;
}