From 4ee30f47b491de0ace9b692072fd286cf12c7828 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 13 Sep 2012 19:26:43 +0300 Subject: Fix code style. --- src/resources/mapreader.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/resources') diff --git a/src/resources/mapreader.cpp b/src/resources/mapreader.cpp index 48d63144a..db53e6518 100644 --- a/src/resources/mapreader.cpp +++ b/src/resources/mapreader.cpp @@ -583,10 +583,10 @@ void MapReader::readLayer(const XmlNodePtr node, Map *const map) if (hasAnimations) { - TileAnimationMapCIter i = tileAnimations.find(gid); - if (i != tileAnimations.end()) + TileAnimationMapCIter it = tileAnimations.find(gid); + if (it != tileAnimations.end()) { - TileAnimation *const ani = i->second; + TileAnimation *const ani = it->second; if (ani) ani->addAffectedTile(layer, x + y * w); } -- cgit v1.2.3-60-g2f50