Skip to content

Commit cdde0c8

Browse files
committed
add ANYONE
1 parent 3e3f8af commit cdde0c8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/game/server/swarm/asw_player.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2267,6 +2267,11 @@ void CASW_Player::SpectateNextMarineInOrder()
22672267
}
22682268
}
22692269
}
2270+
if (GetSpectatingNPC() == NULL && pFirst)
2271+
{
2272+
//Msg(" but we're still not speccing ANYONE and we have a first set, so speccing that dude\n");
2273+
SetSpectatingNPC(pFirst);
2274+
}
22702275
//Msg("end\n");
22712276
}
22722277

0 commit comments

Comments
 (0)