summaryrefslogtreecommitdiff
path: root/table/autorail.h
diff options
context:
space:
mode:
Diffstat (limited to 'table/autorail.h')
-rw-r--r--table/autorail.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/table/autorail.h b/table/autorail.h
index f219f1c7d..43cc03216 100644
--- a/table/autorail.h
+++ b/table/autorail.h
@@ -50,7 +50,7 @@ const int AutorailTilehSprite[31][6] = {
// maps each pixel of a tile (16x16) to a selection type
// (0,0) is the top corner, (16,16) the bottom corner
-const int AutorailPiece[16][16] = {
+const byte AutorailPiece[16][16] = {
{ 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 5, 5, 5, 5, 5, 5 },
{ 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 5, 5, 5, 5, 5, 5 },
{ 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 5, 5, 5, 5, 5, 5 },