summaryrefslogtreecommitdiff
path: root/table/station_land.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2004-12-03 07:43:00 +0000
committertron <tron@openttd.org>2004-12-03 07:43:00 +0000
commitc00258237e0fd63d23fb2015c78c070b72b2e9d9 (patch)
treee39a57439be0a2878fec3147140ca4e16f6b00e6 /table/station_land.h
parentb7f0b278fbff5721557c2f7d06f0f1892ed7bd39 (diff)
downloadopenttd-c00258237e0fd63d23fb2015c78c070b72b2e9d9.tar.xz
(svn r907) Sprinkle holy ANSI water:
- "inline" must before the return type (and after "static") - Initialise all struct members, not just some of them - Remove (one) spurious semicolon
Diffstat (limited to 'table/station_land.h')
-rw-r--r--table/station_land.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/table/station_land.h b/table/station_land.h
index 8beaf141e..14b70ec25 100644
--- a/table/station_land.h
+++ b/table/station_land.h
@@ -1,4 +1,4 @@
-#define TILE_SEQ_END() { 0x80 }
+#define TILE_SEQ_END() { 0x80, 0, 0, 0, 0, 0, 0 }
static const DrawTileSeqStruct _station_display_datas_0[] = {
{ 0, 0, 0, 16, 5, 2, 0x842E },