From 73e700f856d01b323dd7e6c52bd05e010097a65b Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Tue, 19 Mar 2019 23:54:58 +0100 Subject: [PATCH] MI_LArrow bin exact suggestion #1 Co-Authored-By: qndel --- Source/missiles.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/missiles.cpp b/Source/missiles.cpp index 3566fff46..ef65ed47c 100644 --- a/Source/missiles.cpp +++ b/Source/missiles.cpp @@ -3286,7 +3286,7 @@ void __fastcall MI_LArrow(int i) mind = plr[p]._pIMinDam; maxd = plr[p]._pIMaxDam; } else { - mind = (unsigned char)monster[p].mMinDamage; + mind = monster[p].mMinDamage; maxd = (unsigned char)monster[p].mMaxDamage; } } else {