Skip to content

Commit

Permalink
astyling
Browse files Browse the repository at this point in the history
  • Loading branch information
atupone committed Mar 27, 2024
1 parent 88c315b commit de266a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bzflag/playing.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -2903,8 +2903,8 @@ static void handleServerMessage(bool human, uint16_t code,

const int shooterid = firingInfo.shot.player;
RemotePlayer* shooter = shooterid < maxRemotePlayers
? remotePlayers[shooterid]
: NULL;
? remotePlayers[shooterid]
: NULL;

if (shooter)
{
Expand Down

0 comments on commit de266a2

Please sign in to comment.