Skip to content

Commit 9e2ea7f

Browse files
committed
set correct pointer
1 parent cdde0c8 commit 9e2ea7f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/game/server/swarm/asw_player.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2252,6 +2252,7 @@ void CASW_Player::SpectateNextMarineInOrder()
22522252
{
22532253
//Msg(" we're spectating this dude, so clearing our current spectator\n");
22542254
SetSpectatingNPC(NULL);
2255+
pCurrentMarine = pMarine; // set correct pointer
22552256
}
22562257
}
22572258
//Msg("loop %d end\n", j);

0 commit comments

Comments
 (0)