File diff r23537:f6a6d4ce4bd5 → r23538:8df50944b27a
src/animated_tile.cpp
Show inline comments
 
@@ -19,7 +19,7 @@
 
#include "safeguards.h"
 

	
 
/** The table/list with animated tiles. */
 
SmallVector<TileIndex, 256> _animated_tiles;
 
std::vector<TileIndex> _animated_tiles;
 

	
 
/**
 
 * Removes the given tile from the animated tile table.