mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-19 15:25:39 +00:00
(svn r1528) -Fix: forgot to init a variable
This commit is contained in:
parent
27929d129b
commit
b454e12bc5
2
ttd.c
2
ttd.c
@ -567,6 +567,8 @@ int ttd_main(int argc, char* argv[])
|
|||||||
_dedicated_forks = false;
|
_dedicated_forks = false;
|
||||||
_dedicated_enabled = false;
|
_dedicated_enabled = false;
|
||||||
|
|
||||||
|
_redirect_console_to_client = 0;
|
||||||
|
|
||||||
// The last param of the following function means this:
|
// The last param of the following function means this:
|
||||||
// a letter means: it accepts that param (e.g.: -h)
|
// a letter means: it accepts that param (e.g.: -h)
|
||||||
// a ':' behind it means: it need a param (e.g.: -m<driver>)
|
// a ':' behind it means: it need a param (e.g.: -m<driver>)
|
||||||
|
Loading…
Reference in New Issue
Block a user