summaryrefslogtreecommitdiff
path: root/video/dedicated_v.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/dedicated_v.c')
-rw-r--r--video/dedicated_v.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/dedicated_v.c b/video/dedicated_v.c
index 4ec281f64..17fc33d57 100644
--- a/video/dedicated_v.c
+++ b/video/dedicated_v.c
@@ -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) {