diff --git a/src/ALE_SC.cpp b/src/ALE_SC.cpp index 60fe101..d8886ce 100644 --- a/src/ALE_SC.cpp +++ b/src/ALE_SC.cpp @@ -647,7 +647,7 @@ public: PLAYERHOOK_ON_PLAYER_RELEASED_GHOST }) { } - void OnPlayerResurrect(Player* player, float /*restore_percent*/, bool /*applySickness*/) override + void OnPlayerResurrect(Player* player, float /*restore_percent*/, bool& /*applySickness*/) override { sALE->OnResurrect(player); }