From 71bcacaa60ad53bd06554cd39bcc49b57e9bb868 Mon Sep 17 00:00:00 2001 From: DjWarmonger Date: Mon, 9 Feb 2015 16:23:29 +0100 Subject: [PATCH] Partial fix for #2053 --- client/mapHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/mapHandler.cpp b/client/mapHandler.cpp index b1ee10a43..b1c3b1b5c 100644 --- a/client/mapHandler.cpp +++ b/client/mapHandler.cpp @@ -796,7 +796,7 @@ void CMapHandler::CMapBlitter::drawNormalObject(SDL_Surface * targetSurf, SDL_Su void CMapHandler::CMapBlitter::drawHeroFlag(SDL_Surface * targetSurf, SDL_Surface * sourceSurf, SDL_Rect * sourceRect, SDL_Rect * destRect, bool moving) const { - drawElement(EMapCacheType::HERO_FLAGS, sourceSurf, sourceRect, targetSurf, destRect, true); + drawElement(EMapCacheType::HERO_FLAGS, sourceSurf, sourceRect, targetSurf, destRect, false); } void CMapHandler::CMapBlitter::drawHero(SDL_Surface * targetSurf, SDL_Surface * sourceSurf, SDL_Rect * sourceRect, bool moving) const