From 05f6cf388b23e6d14a7f510767018f1dc61bf795 Mon Sep 17 00:00:00 2001 From: athrxx Date: Sat, 27 Oct 2018 14:43:21 +0200 Subject: KYRA: (EOB) - minor fix for EOB 1 monster hit chance calculation --- engines/kyra/darkmoon.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/kyra/darkmoon.h') diff --git a/engines/kyra/darkmoon.h b/engines/kyra/darkmoon.h index 57eb46eb1c..f23787d865 100644 --- a/engines/kyra/darkmoon.h +++ b/engines/kyra/darkmoon.h @@ -119,6 +119,10 @@ private: const uint8 *_dscDoorType5Offs; + // Fight + static const uint8 _monsterAcHitChanceTbl1[]; + static const uint8 _monsterAcHitChanceTbl2[]; + // Rest party void restParty_npc(); bool restParty_extraAbortCondition(); -- cgit v1.2.3