mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
(svn r3648) - Fix typo in r3647, don't ask me how it got there s/_/./
This commit is contained in:
parent
35ce486704
commit
e3f2007da9
@ -349,7 +349,7 @@ int ttd_main(int argc, char* argv[])
|
||||
case 'f': _dedicated_forks = true; break;
|
||||
case 'n':
|
||||
network = true;
|
||||
network_conn = mgo_opt; // optional IP parameter, NULL if unset
|
||||
network_conn = mgo.opt; // optional IP parameter, NULL if unset
|
||||
break;
|
||||
case 'b': _ai.network_client = true; break;
|
||||
case 'r': ParseResolution(resolution, mgo.opt); break;
|
||||
|
Loading…
Reference in New Issue
Block a user