From: Daniel Karbach Date: Sat, 13 Oct 2012 17:58:20 +0000 (+0200) Subject: fixed trigger type switch in Map X-Git-Url: http://git.localhorst.tv/?a=commitdiff_plain;h=f1e445b660889a18eaf05e7fcc16b360fb8605d5;p=l2e.git fixed trigger type switch in Map --- 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; } } }