(svn r2464) Move definition of _inclined_tileh out of variables.h

This commit is contained in:
tron
2005-06-20 20:08:10 +00:00
parent 0052c1de84
commit 7ea9ddacbb
2 changed files with 5 additions and 4 deletions

View File

@@ -43,6 +43,10 @@ const byte _tileh_to_sprite[32] = {
0,0,0,0,0,0,0,16,0,0,0,17,0,15,18,0,
};
const byte _inclined_tileh[] = {
3, 9, 3, 6, 12, 6, 12, 9
};
void FindLandscapeHeightByTile(TileInfo *ti, TileIndex tile)
{