(svn r4385) -Codechange: remove map5 from the TileInfo struct as it is now unused. This effort is starting to pay off ...

This commit is contained in:
celestar
2006-04-12 12:58:53 +00:00
parent bdcb4bbf1d
commit 5d94951496
2 changed files with 0 additions and 3 deletions

View File

@@ -129,7 +129,6 @@ typedef struct TileInfo {
uint y;
uint tileh;
uint type;
uint map5;
TileIndex tile;
uint z;
} TileInfo;