forked from mirror/OpenTTD
(svn r2781) Fix some of the issues with variables in .h files.
This commit is contained in:
@@ -63,9 +63,3 @@ static const DrawTrackSeqStruct* const _track_depot_layout_table[] = {
|
||||
_track_waypoint_table_1,
|
||||
};
|
||||
|
||||
static const byte _track_sloped_sprites[14] = {
|
||||
14, 15, 22, 13,
|
||||
0, 21, 17, 12,
|
||||
23, 0, 18, 20,
|
||||
19, 16
|
||||
};
|
||||
|
@@ -149,8 +149,3 @@ static const WaterDrawTileStruct* const _shiplift_display_seq[] = {
|
||||
|
||||
#undef BEGIN
|
||||
#undef END
|
||||
|
||||
|
||||
static const SpriteID _water_shore_sprites[15] = {
|
||||
0, 0xFDF, 0xFE0, 0xFE4, 0xFDE, 0, 0xFE2, 0, 0xFE1, 0xFE5, 0, 0, 0xFE3, 0, 0
|
||||
};
|
||||
|
Reference in New Issue
Block a user