video/dedicated_v.c
changeset 4848 56549aa3e234
parent 4599 acdc5cac5b93
child 4891 74c29446124e
--- a/video/dedicated_v.c	Sat Oct 14 15:44:28 2006 +0000
+++ b/video/dedicated_v.c	Sat Oct 14 15:49:43 2006 +0000
@@ -238,8 +238,8 @@
 	// 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) {