From f1e445b660889a18eaf05e7fcc16b360fb8605d5 Mon Sep 17 00:00:00 2001 From: Daniel Karbach Date: Sat, 13 Oct 2012 19:58:20 +0200 Subject: [PATCH] fixed trigger type switch in Map --- src/map/Map.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/map/Map.cpp b/src/map/Map.cpp index be39ec3..1c55eaf 100644 --- a/src/map/Map.cpp +++ b/src/map/Map.cpp @@ -145,8 +145,6 @@ void Map::RenderDebug(SDL_Surface *dest, const Vector &inOffset) const { SDL_FillRect(dest, &destRect, SDL_MapRGB(dest->format, 0x00, 0xFF, 0xFF)); } break; - case Trigger::TYPE_BUTTON: - break; } } } -- 2.39.2