From 5a3044c07571df665fb6e5d886f44db9348414d6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 5 May 2011 03:27:42 +0300 Subject: Fix align in itemdb.cpp. --- src/resources/itemdb.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/resources/itemdb.cpp') 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; -- cgit v1.2.3-60-g2f50