Skip to content

Commit 3eca176

Browse files
sogladeviThorgrim
andauthored
fix(PlayerMethods): OnPlayerResurrect compile (#376)
Co-authored-by: iThorgrim <125808072+iThorgrim@users.noreply.github.com>
1 parent 1ab53ba commit 3eca176

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ALE_SC.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ class ALE_PlayerScript : public PlayerScript
647647
PLAYERHOOK_ON_PLAYER_RELEASED_GHOST
648648
}) { }
649649

650-
void OnPlayerResurrect(Player* player, float /*restore_percent*/, bool /*applySickness*/) override
650+
void OnPlayerResurrect(Player* player, float /*restore_percent*/, bool& /*applySickness*/) override
651651
{
652652
sALE->OnResurrect(player);
653653
}

0 commit comments

Comments
 (0)