From 929aeb1591e739588cd8cf629e7d7ac5a95261b1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 26 Aug 2013 16:09:58 +0300 Subject: add surface allocation debug code. --- src/gui/minimap.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/gui/minimap.cpp') diff --git a/src/gui/minimap.cpp b/src/gui/minimap.cpp index 8b2ddef5e..641f9f9f9 100644 --- a/src/gui/minimap.cpp +++ b/src/gui/minimap.cpp @@ -37,6 +37,7 @@ #include "resources/resourcemanager.h" #include "utils/gettext.h" +#include "utils/sdlcheckutils.h" #include @@ -124,7 +125,7 @@ void Minimap::setMap(const Map *const map) { if (config.getBoolValue("showExtMinimaps")) { - SDL_Surface *const surface = SDL_CreateRGBSurface(SDL_SWSURFACE, + SDL_Surface *const surface = MSDL_CreateRGBSurface(SDL_SWSURFACE, map->getWidth(), map->getHeight(), 32, 0x00ff0000, 0x0000ff00, 0x000000ff, 0x00000000); if (!surface) @@ -155,7 +156,7 @@ void Minimap::setMap(const Map *const map) mMapImage = imageHelper->load(surface); mMapImage->setAlpha(client->getGuiAlpha()); mCustomMapImage = true; - SDL_FreeSurface(surface); + MSDL_FreeSurface(surface); } else { -- cgit v1.2.3-60-g2f50