author | truelight |
Sat, 15 Jan 2005 20:10:44 +0000 | |
changeset 1027 | 8219023e674d |
parent 1026 | 5b2681cad645 |
child 1028 | 37e5cf7baa96 |
--- a/ttd.c Sat Jan 15 20:09:16 2005 +0000 +++ b/ttd.c Sat Jan 15 20:10:44 2005 +0000 @@ -567,6 +567,8 @@ _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>)