Skip to content

Commit

Permalink
Update player.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ikonomov committed Dec 17, 2024
1 parent ccd3372 commit 26f2a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/player.h
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ struct Player {
_pManaBase = clamp(_pManaBase + regenmana, _pManaBase, _pMaxManaBase);
}

void RegenerateHitPoints()
void RegenerateHitPoints()
{
_pHitPoints = clamp(_pHitPoints + 4, _pHitPoints, _pMaxHP);
_pHPBase = clamp(_pHPBase + 4, _pHPBase, _pMaxHPBase);
Expand Down

0 comments on commit 26f2a0c

Please sign in to comment.