(svn r1747) - Fix: [network] ottd should compile when networking is disabled.

- Change: change strgen project file to get rid of warning.
This commit is contained in:
darkvater
2005-01-31 00:12:44 +00:00
parent f4ffba1a6e
commit 4cc0952736
3 changed files with 13 additions and 10 deletions

2
ttd.c
View File

@@ -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>)