diff options
Diffstat (limited to 'src/resources/itemdb.cpp')
-rw-r--r-- | src/resources/itemdb.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resources/itemdb.cpp b/src/resources/itemdb.cpp index 5905ef578..8fd4a9fdc 100644 --- a/src/resources/itemdb.cpp +++ b/src/resources/itemdb.cpp @@ -242,7 +242,8 @@ void ItemDB::load() node, "missile-particle", ""); const int hitEffectId = XML::getProperty(node, "hit-effect-id", paths.getIntValue("hitEffectId")); - const int criticalEffectId = XML::getProperty(node, "critical-hit-effect-id", + const int criticalEffectId = XML::getProperty( + node, "critical-hit-effect-id", paths.getIntValue("criticalHitEffectId")); SpriteDisplay display; |