(svn r16360) -Codechange: don't use _network_playas as a 'second' _local_company, but only as a storage location for the company you want to join in MP.
This commit is contained in:
@@ -255,7 +255,6 @@ void VideoDriver_Dedicated::MainLoop()
|
||||
/* Load the dedicated server stuff */
|
||||
_is_network_server = true;
|
||||
_network_dedicated = true;
|
||||
_network_playas = COMPANY_SPECTATOR;
|
||||
_local_company = COMPANY_SPECTATOR;
|
||||
|
||||
/* If SwitchMode is SM_LOAD, it means that the user used the '-g' options */
|
||||
|
Reference in New Issue
Block a user