equal
deleted
inserted
replaced
120 * Destroy everything on the given tile. |
120 * Destroy everything on the given tile. |
121 * @param t the tile to destroy the stuff of. |
121 * @param t the tile to destroy the stuff of. |
122 * @pre t has to be valid (use IsValidTile(t)). |
122 * @pre t has to be valid (use IsValidTile(t)). |
123 * @return true if and only if the destruction succeeded |
123 * @return true if and only if the destruction succeeded |
124 */ |
124 */ |
125 bool DemolishTile(TileIndex t); |
125 static bool DemolishTile(TileIndex t); |
126 }; |
126 }; |
127 |
127 |
128 #endif /* AI_MAP_HPP */ |
128 #endif /* AI_MAP_HPP */ |