aboutsummaryrefslogtreecommitdiff
path: root/engines/griffon/engine.cpp
diff options
context:
space:
mode:
authorHarsh Bawari2020-01-11 21:05:55 +0530
committerFilippos Karapetis2020-01-11 17:35:55 +0200
commit6bf14cf5477f55ccee4414d8b081cd6d71afd163 (patch)
treeed7678f42d2dffd255d4032567b1c220daf7d37b /engines/griffon/engine.cpp
parenta692905eb273ae8c33ba1351e519b93dbf10f7fd (diff)
downloadscummvm-rg350-6bf14cf5477f55ccee4414d8b081cd6d71afd163.tar.gz
scummvm-rg350-6bf14cf5477f55ccee4414d8b081cd6d71afd163.tar.bz2
scummvm-rg350-6bf14cf5477f55ccee4414d8b081cd6d71afd163.zip
GRIFFON: Fix slugginess in final boss and a crash when loading the Griffon.s03 map
Diffstat (limited to 'engines/griffon/engine.cpp')
-rw-r--r--engines/griffon/engine.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/griffon/engine.cpp b/engines/griffon/engine.cpp
index a1eb5139ac..1f4b7cfe94 100644
--- a/engines/griffon/engine.cpp
+++ b/engines/griffon/engine.cpp
@@ -54,6 +54,7 @@ void Player::reset() {
hp = 0;
maxHp = 0;
hpflash = 0;
+ hpflashb = 0;
level = 0;
maxLevel = 0;
sword = 0;
@@ -65,6 +66,7 @@ void Player::reset() {
inventory[i] = 0;
}
attackStrength = 0;
+ itemselshade = 0;
spellDamage = 0;
swordDamage = 0;
exp = 0;