Fixed indentation.

This commit is contained in:
Julie Marchant 2019-05-11 02:38:21 -04:00
parent 5cc48d3f9f
commit e406c8eecd
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ void player_damage(int amount, int delay)
if ((!engine.cheatShield) && (engine.missionCompleteTimer == 0) &&
((!player.hit) ||
(game.difficulty == DIFFICULTY_ORIGINAL) ||
(game.difficulty == DIFFICULTY_ORIGINAL) ||
((player.shield != engine.lowShield) &&
(player.shield != 1))))
{