]> git.localhorst.tv Git - l2e.git/commitdiff
fixed trigger type switch in Map
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Sat, 13 Oct 2012 17:58:20 +0000 (19:58 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Sat, 13 Oct 2012 17:58:20 +0000 (19:58 +0200)
src/map/Map.cpp

index be39ec371f3b47ef2b59014948900ad46d831f81..1c55eaf0690a552d470efcbb97a4be5ffe2ca2dd 100644 (file)
@@ -145,8 +145,6 @@ void Map::RenderDebug(SDL_Surface *dest, const Vector<int> &inOffset) const {
                                        SDL_FillRect(dest, &destRect, SDL_MapRGB(dest->format, 0x00, 0xFF, 0xFF));
                                }
                                break;
-                       case Trigger::TYPE_BUTTON:
-                               break;
                }
        }
 }