From a85d679f545ea7fec03db426ec033e5e83258a91 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Sat, 14 Oct 2006 15:49:43 +0000 Subject: (svn r6774) -Codechange: Rename the badly named OWNER_SPECTATOR to PLAYER_SPECTATOR and put it into player.h where it belongs (instead of map.h) --- video/dedicated_v.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'video') 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) { -- cgit v1.2.3-70-g09d2