summaryrefslogtreecommitdiff
path: root/table
diff options
context:
space:
mode:
authorludde <ludde@openttd.org>2005-08-01 16:31:19 +0000
committerludde <ludde@openttd.org>2005-08-01 16:31:19 +0000
commit9a060a0f242eee0b0c95fb21364bce0e790d3528 (patch)
treedc182cc3e9eea6a1776b7fdc84014ec094051275 /table
parent2ae758a32beeb13fbefcc2bf84dfca20ab24b1f9 (diff)
downloadopenttd-9a060a0f242eee0b0c95fb21364bce0e790d3528.tar.xz
(svn r2781) Fix some of the issues with variables in .h files.
Diffstat (limited to 'table')
-rw-r--r--table/track_land.h6
-rw-r--r--table/water_land.h5
2 files changed, 0 insertions, 11 deletions
diff --git a/table/track_land.h b/table/track_land.h
index 97573ad4a..4a5a975bc 100644
--- a/table/track_land.h
+++ b/table/track_land.h
@@ -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
-};
diff --git a/table/water_land.h b/table/water_land.h
index d91c0738d..96cef5f39 100644
--- a/table/water_land.h
+++ b/table/water_land.h
@@ -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
-};