Codechange: rename Tile to TileBase to be able to introduce a new Tile class

This commit is contained in:
Rubidium
2023-01-21 15:16:28 +01:00
committed by rubidium42
parent 0fb0469e47
commit 7a1816a6cd
3 changed files with 6 additions and 6 deletions

View File

@@ -21,7 +21,7 @@
* This variable points to the tile-array which contains the tiles of
* the map.
*/
extern Tile *_m;
extern TileBase *_m;
/**
* Pointer to the extended tile-array.