From 2c33b62a066488168b04ae29555017625f6405b2 Mon Sep 17 00:00:00 2001 From: Eric Robinson Date: Thu, 4 Dec 2025 15:05:38 -0500 Subject: [PATCH] Update player.cpp --- Source/player.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/player.cpp b/Source/player.cpp index 81a134e8a..fd516535a 100644 --- a/Source/player.cpp +++ b/Source/player.cpp @@ -2680,7 +2680,8 @@ void StartPlrHit(Player &player, int dam, bool forcehit) #if defined(__clang__) || defined(__GNUC__) __attribute__((no_sanitize("shift-base"))) #endif -void StartPlayerKill(Player &player, DeathReason deathReason) +void +StartPlayerKill(Player &player, DeathReason deathReason) { if (player.hasNoLife() && player._pmode == PM_DEATH) { return;