(svn r3648) - Fix typo in r3647, don't ask me how it got there s/_/./

This commit is contained in:
Darkvater 2006-02-21 17:48:40 +00:00
parent 35ce486704
commit e3f2007da9
1 changed files with 1 additions and 1 deletions

View File

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