aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/projexpl.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-08-26 22:50:21 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commitdce7465ad53fcf3179b47099e873b7d2b858b1d1 (patch)
tree29c731d82b6380c2f4225aee50c6e99b08de3534 /engines/dm/projexpl.h
parent3447af80f8a48413958f64e60890138c9dbe12da (diff)
downloadscummvm-rg350-dce7465ad53fcf3179b47099e873b7d2b858b1d1.tar.gz
scummvm-rg350-dce7465ad53fcf3179b47099e873b7d2b858b1d1.tar.bz2
scummvm-rg350-dce7465ad53fcf3179b47099e873b7d2b858b1d1.zip
DM: Silent some more CppCheck warnings
Diffstat (limited to 'engines/dm/projexpl.h')
-rw-r--r--engines/dm/projexpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dm/projexpl.h b/engines/dm/projexpl.h
index 15f74543fc..32829f15af 100644
--- a/engines/dm/projexpl.h
+++ b/engines/dm/projexpl.h
@@ -83,7 +83,7 @@ public:
int16 _g366_projectilePoisonAttack; // @ G0366_i_ProjectilePoisonAttack
int16 _g367_projectileAttackType; // @ G0367_i_ProjectileAttackType
int32 _g362_lastPartyMovementTime; // @ G0362_l_LastPartyMovementTime
- ProjExpl(DMEngine *vm);
+ explicit ProjExpl(DMEngine *vm);
void f212_projectileCreate(Thing thing, int16 mapX, int16 mapY, uint16 cell, direction dir,
byte kineticEnergy, byte attack, byte stepEnergy); // @ F0212_PROJECTILE_Create
bool f217_projectileHasImpactOccurred(int16 impactType, int16 mapXCombo, int16 mapYCombo,