File diff r4847:3a5813957a8e → r4848:23347d73ba8f
video/dedicated_v.c
Show inline comments
 
@@ -238,8 +238,8 @@ static void DedicatedVideoMainLoop(void)
 
	// Load the dedicated server stuff
 
	_is_network_server = true;
 
	_network_dedicated = true;
 
	_network_playas = OWNER_SPECTATOR;
 
	_local_player = OWNER_SPECTATOR;
 
	_network_playas = PLAYER_SPECTATOR;
 
	_local_player = PLAYER_SPECTATOR;
 

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