File diff r15283:1d7bf4fa5d0b → r15284:a975e22a01ee
src/video/dedicated_v.cpp
Show inline comments
 
@@ -263,7 +263,7 @@ void VideoDriver_Dedicated::MainLoop()
 
	/* Load the dedicated server stuff */
 
	_is_network_server = true;
 
	_network_dedicated = true;
 
	_local_company = COMPANY_SPECTATOR;
 
	_current_company = _local_company = COMPANY_SPECTATOR;
 

	
 
	/* If SwitchMode is SM_LOAD, it means that the user used the '-g' options */
 
	if (_switch_mode != SM_LOAD) {