From 26398fe3614fac2f362a04e080635a1a0bdf9d0b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 6 Sep 2011 01:26:03 +0300 Subject: Fix sprites reorder feature if reorders sprites disabled in settings. --- src/being.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/being.cpp') diff --git a/src/being.cpp b/src/being.cpp index b4c97f15d..5a4bcd737 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -275,6 +275,8 @@ Being::Being(int id, Type type, Uint16 subtype, Map *map): config.addListener("visiblenames", this); + mEnableReorderSprites = config.getBoolValue("enableReorderSprites"); + if (mType == NPC) setShowName(true); else -- cgit v1.2.3-60-g2f50