aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/projexpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/dm/projexpl.cpp')
-rw-r--r--engines/dm/projexpl.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/dm/projexpl.cpp b/engines/dm/projexpl.cpp
index 95d40bbaea..5ce7b20fd2 100644
--- a/engines/dm/projexpl.cpp
+++ b/engines/dm/projexpl.cpp
@@ -36,7 +36,13 @@
namespace DM {
ProjExpl::ProjExpl(DMEngine* vm) : _vm(vm) {
+ _g364_creatureDamageOutcome = 0;
+ _g363_secondaryDirToOrFromParty = 0;
_g361_lastCreatureAttackTime = -200;
+ _g365_createLanucherProjectile = false;
+ _g366_projectilePoisonAttack = 0;
+ _g367_projectileAttackType = 0;
+ _g362_lastPartyMovementTime = 0;
}
void ProjExpl::f212_projectileCreate(Thing thing, int16 mapX, int16 mapY, uint16 cell, direction dir, byte kineticEnergy, byte attack, byte stepEnergy) {