network_gui.c
changeset 4848 56549aa3e234
parent 4830 0ff2a14e90be
child 4861 f28bfa84f9ad
--- 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 */