Skip to content

Commit

Permalink
Update player.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
kphoenix137 committed Jul 25, 2024
1 parent cb7a4db commit eb4ca71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ player_graphic GetPlayerGraphicForSpell(SpellID spellId)
return player_graphic::Magic; // Default case
}


void StartSpell(Player &player, Direction d, WorldTileCoord cx, WorldTileCoord cy)
{
if (player._pInvincible && player._pHitPoints == 0 && &player == MyPlayer) {
Expand Down

0 comments on commit eb4ca71

Please sign in to comment.