doubled file
[supertux.git] / src / tile_manager.h
index 961e077..6eb0506 100644 (file)
@@ -64,6 +64,7 @@ public:
 
   const Tile* get(uint32_t id) const
   {
+    //FIXME: Commenting out tiles in sprites.strf makes tiles.size() fail - it's being set to the first tile commented out.
     assert(id < tiles.size());
     Tile* tile = tiles[id];
     if(!tile) {