summaryrefslogtreecommitdiff
path: root/table
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-08-12 12:56:45 +0000
committertron <tron@openttd.org>2006-08-12 12:56:45 +0000
commit012e144cc10a5df24523085aab3ac78767fa92d4 (patch)
tree0bf68ac462bfafbdd65f20f1b609ed958b616c74 /table
parentde4a96fd7a3a3fefb9119ffc4bf57cc27e8ae0a6 (diff)
downloadopenttd-012e144cc10a5df24523085aab3ac78767fa92d4.tar.xz
(svn r5864) -Feature: Also allow horizontal and vertical rails on steep slopes
Diffstat (limited to 'table')
-rw-r--r--table/autorail.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/table/autorail.h b/table/autorail.h
index b8af0a604..bc5a9cbbd 100644
--- a/table/autorail.h
+++ b/table/autorail.h
@@ -38,14 +38,14 @@ static const int _AutorailTilehSprite[][6] = {
{ 0, 1, 2, 3, 4, 5 }, // invalid (20)
{ 0, 1, 2, 3, 4, 5 }, // invalid (21)
{ 0, 1, 2, 3, 4, 5 }, // invalid (22)
- { 6, 11, RED(17), RED(27), RED(39), RED(47) }, // tileh = 23
+ { 6, 11, 17, 27, RED(39), RED(47) }, // tileh = 23
{ 0, 1, 2, 3, 4, 5 }, // invalid (24)
{ 0, 1, 2, 3, 4, 5 }, // invalid (25)
{ 0, 1, 2, 3, 4, 5 }, // invalid (26)
- { 7, 15, RED(24), RED(33), RED(36), RED(44) }, // tileh = 27
+ { 7, 15, RED(24), RED(33), 36, 44 }, // tileh = 27
{ 0, 1, 2, 3, 4, 5 }, // invalid (28)
- { 3, 14, RED(18), RED(26), RED(41), RED(49) }, // tileh = 29
- { 4, 12, RED(21), RED(30), RED(37), RED(45) } // tileh = 30
+ { 3, 14, 18, 26, RED(41), RED(49) }, // tileh = 29
+ { 4, 12, RED(21), RED(30), 37, 45 } // tileh = 30
};
#undef RED