From 9331d4b3d38346ee3db67922864707ab60ed62d9 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sun, 11 Apr 2021 20:31:32 +0200 Subject: [PATCH] :bug: Some Hellfire monsters not having the correct HP Bone Demon Flesh Thing Reaper Na-Krul --- Source/monster.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/monster.h b/Source/monster.h index 18e0072c5..39eb10c53 100644 --- a/Source/monster.h +++ b/Source/monster.h @@ -109,8 +109,8 @@ struct CMonster { TSnd *Snds[4][2]; Sint32 width; Sint32 width2; - Uint8 mMinHP; - Uint8 mMaxHP; + uint16_t mMinHP; + uint16_t mMaxHP; bool has_special; Uint8 mAFNum; Sint8 mdeadval;