summaryrefslogtreecommitdiff
path: root/openttd-git/sloped-stations.patch
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-07-11 00:59:34 +0200
committerErich Eckner <git@eckner.net>2021-07-11 08:50:59 +0200
commit3a64132128be99c6b1b33cae9be3533870d97d5b (patch)
tree849a637e62a98ced9af147f170ae84116e076e4a /openttd-git/sloped-stations.patch
parent3b0a73b4a57e4a2d37a41c454d4fb98544d934f3 (diff)
downloadarchlinuxewe-3a64132128be99c6b1b33cae9be3533870d97d5b.tar.xz
openttd-git 30969.003b6a0c8-1 -> 31042.e99134654-1
Diffstat (limited to 'openttd-git/sloped-stations.patch')
-rw-r--r--openttd-git/sloped-stations.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/openttd-git/sloped-stations.patch b/openttd-git/sloped-stations.patch
index 3018a4952..7ea9fb766 100644
--- a/openttd-git/sloped-stations.patch
+++ b/openttd-git/sloped-stations.patch
@@ -107,7 +107,7 @@ index 86c2de78e..9c9265028 100644
}
}
diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp
-index 8f26ecf4c..5b1e3868f 100644
+index a58c7b1f2..ac2a46673 100644
--- a/src/station_cmd.cpp
+++ b/src/station_cmd.cpp
@@ -56,6 +56,7 @@
@@ -225,7 +225,7 @@ index 8f26ecf4c..5b1e3868f 100644
}
}
-@@ -3023,14 +3050,64 @@ draw_default_foundation:
+@@ -3022,14 +3049,64 @@ draw_default_foundation:
DrawGroundSprite(overlay + overlay_offset, PALETTE_CRASH);
}
} else {
@@ -293,7 +293,7 @@ index 8f26ecf4c..5b1e3868f 100644
}
}
}
-@@ -3124,6 +3201,16 @@ void StationPickerDrawSprite(int x, int y, StationType st, RailType railtype, Ro
+@@ -3123,6 +3200,16 @@ void StationPickerDrawSprite(int x, int y, StationType st, RailType railtype, Ro
static int GetSlopePixelZ_Station(TileIndex tile, uint x, uint y)
{