From 33bec7c17ed709cfa333a570e27949c407ab3d42 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 17 Feb 2021 22:19:05 +0100 Subject: openttd-git 29980.fa0704138-1 -> 30054.27b4d6390-1 --- openttd-git/sloped-stations.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'openttd-git/sloped-stations.patch') diff --git a/openttd-git/sloped-stations.patch b/openttd-git/sloped-stations.patch index f146e007..6d0a7f58 100644 --- a/openttd-git/sloped-stations.patch +++ b/openttd-git/sloped-stations.patch @@ -18,7 +18,7 @@ index 133f596437..8fc733ddcc 100644 * --------- * |\ /| diff --git a/src/road_cmd.cpp b/src/road_cmd.cpp -index c94beb0b16..2906a47ced 100644 +index b476416899..297235c525 100644 --- a/src/road_cmd.cpp +++ b/src/road_cmd.cpp @@ -37,6 +37,7 @@ @@ -94,10 +94,10 @@ index 969b141ba2..1af4275eb9 100644 + #endif /* ROAD_TYPE_H */ diff --git a/src/roadveh_cmd.cpp b/src/roadveh_cmd.cpp -index 17c9c39e96..f546c13d7d 100644 +index f0c2c8aa4a..b36f6381a3 100644 --- a/src/roadveh_cmd.cpp +++ b/src/roadveh_cmd.cpp -@@ -1496,7 +1496,7 @@ again: +@@ -1505,7 +1505,7 @@ again: v->x_pos = x; v->y_pos = y; v->UpdatePosition(); @@ -107,7 +107,7 @@ index 17c9c39e96..f546c13d7d 100644 } } diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp -index 7bd124f065..84c7d12a79 100644 +index 4077a7b8c6..b069f09845 100644 --- a/src/station_cmd.cpp +++ b/src/station_cmd.cpp @@ -56,6 +56,7 @@ @@ -311,10 +311,10 @@ index 7bd124f065..84c7d12a79 100644 } diff --git a/src/table/sprites.h b/src/table/sprites.h -index 7d9f980ef1..26a64bf8a6 100644 +index 296254c78b..612888ad82 100644 --- a/src/table/sprites.h +++ b/src/table/sprites.h -@@ -258,7 +258,26 @@ static const SpriteID SPR_TRUCK_STOP_DT_Y_W = SPR_ROADSTOP_BASE + 4; +@@ -260,7 +260,26 @@ static const SpriteID SPR_TRUCK_STOP_DT_Y_W = SPR_ROADSTOP_BASE + 4; static const SpriteID SPR_TRUCK_STOP_DT_Y_E = SPR_ROADSTOP_BASE + 5; static const SpriteID SPR_TRUCK_STOP_DT_X_W = SPR_ROADSTOP_BASE + 6; static const SpriteID SPR_TRUCK_STOP_DT_X_E = SPR_ROADSTOP_BASE + 7; -- cgit v1.2.3-54-g00ecf