From 4cc09527368aafe6e18f7e10899649818d01fd23 Mon Sep 17 00:00:00 2001 From: darkvater Date: Mon, 31 Jan 2005 00:12:44 +0000 Subject: (svn r1747) - Fix: [network] ottd should compile when networking is disabled. - Change: change strgen project file to get rid of warning. --- ttd.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ttd.c') 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) -- cgit v1.2.3-54-g00ecf