summaryrefslogtreecommitdiff
path: root/ttd.c
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2005-01-31 00:12:44 +0000
committerdarkvater <darkvater@openttd.org>2005-01-31 00:12:44 +0000
commit4cc09527368aafe6e18f7e10899649818d01fd23 (patch)
treee9d1f7d49296e046e372efc752a31708d23a4bb4 /ttd.c
parentf4ffba1a6e758fab96752ba94261d503e0cdee95 (diff)
downloadopenttd-4cc09527368aafe6e18f7e10899649818d01fd23.tar.xz
(svn r1747) - Fix: [network] ottd should compile when networking is disabled.
- Change: change strgen project file to get rid of warning.
Diffstat (limited to 'ttd.c')
-rw-r--r--ttd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ttd.c b/ttd.c
index f4106fafd..0fe6af5a7 100644
--- a/ttd.c
+++ b/ttd.c
@@ -583,8 +583,6 @@ int ttd_main(int argc, char* argv[])
_dedicated_forks = false;
_dedicated_enabled = false;
- _redirect_console_to_client = 0;
-
// The last param of the following function means this:
// a letter means: it accepts that param (e.g.: -h)
// a ':' behind it means: it need a param (e.g.: -m<driver>)