network_gui.c
changeset 4848 45f848b46222
parent 4830 668bcb0a30b2
child 4861 2119f5d46e41
--- a/network_gui.c	Sat Oct 14 15:44:28 2006 +0000
+++ b/network_gui.c	Sat Oct 14 15:49:43 2006 +0000
@@ -933,7 +933,7 @@
 			NetworkClientConnectGame(_network_last_host, _network_last_port);
 			break;
 		case 9: /* Spectate game */
-			_network_playas = OWNER_SPECTATOR;
+			_network_playas = PLAYER_SPECTATOR;
 			NetworkClientConnectGame(_network_last_host, _network_last_port);
 			break;
 		case 10: /* Refresh */