diff -r bd9e07155a34 -r 56549aa3e234 network_gui.c --- 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 */