From 3eca17685378f6937f6cb2d82f5f3e4909c85bb0 Mon Sep 17 00:00:00 2001 From: sogladev Date: Fri, 17 Apr 2026 12:31:34 +0200 Subject: [PATCH] fix(PlayerMethods): OnPlayerResurrect compile (#376) Co-authored-by: iThorgrim <125808072+iThorgrim@users.noreply.github.com> --- 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 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); }