1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-14 10:09:11 +00:00

(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 e9115f28c9
commit 0be5b38286
2 changed files with 5 additions and 4 deletions

View File

@@ -432,10 +432,7 @@ static inline uint32 GetDParam(uint n)
/* landscape.c */
extern const byte _tileh_to_sprite[32];
static const byte _inclined_tileh[] = {
3,9,3,6,12,6,12,9,
};
extern const byte _inclined_tileh[8];
extern const TileTypeProcs * const _tile_type_procs[16];