From 7a639e712b895a84b4db30b181e38d3837fe9d8f Mon Sep 17 00:00:00 2001 From: sogla Date: Thu, 2 Apr 2026 23:07:54 +0200 Subject: [PATCH] fix(PlayerMethods): OnPlayerResurrect compile applySickness can now be modified --- src/ALE_SC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ALE_SC.cpp b/src/ALE_SC.cpp index 5151e083d8..0410788034 100644 --- a/src/ALE_SC.cpp +++ b/src/ALE_SC.cpp @@ -647,7 +647,7 @@ class ALE_PlayerScript : public PlayerScript 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); }