summaryrefslogtreecommitdiff
path: root/src/resources/itemdb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/itemdb.cpp')
-rw-r--r--src/resources/itemdb.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/itemdb.cpp b/src/resources/itemdb.cpp
index ab38e282e..234394cbe 100644
--- a/src/resources/itemdb.cpp
+++ b/src/resources/itemdb.cpp
@@ -227,9 +227,9 @@ void ItemDB::load()
std::string missileParticle = XML::getProperty(
node, "missile-particle", "");
int hitEffectId = XML::getProperty(node, "hit-effect-id",
- paths.getIntValue("hitEffectId"));
+ paths.getIntValue("hitEffectId"));
int criticalEffectId = XML::getProperty(node, "critical-hit-effect-id",
- paths.getIntValue("criticalHitEffectId"));
+ paths.getIntValue("criticalHitEffectId"));
SpriteDisplay display;
display.image = image;