summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ttd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ttd.c b/ttd.c
index df0d7a5e4..f86ca5ceb 100644
--- a/ttd.c
+++ b/ttd.c
@@ -567,6 +567,8 @@ 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>)