Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
Monsterovich committed Oct 28, 2024
1 parent 2411872 commit 935263b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/droid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,8 @@ void droidUpdateShields(DROID *psDroid)
}
}
}
} else
}
else
{
// unit has lost commander, shields are down!
psDroid->shieldPoints = -1;
Expand Down

0 comments on commit 935263b

Please sign in to comment.