From fb4c1451e47a9b918e6e2452897e4cab993dfcb2 Mon Sep 17 00:00:00 2001 From: Michael Steenbeek <1478678+Gymnasiast@users.noreply.github.com> Date: Sat, 6 Jul 2024 14:23:10 +0200 Subject: [PATCH] Fix #22226: Traffic light shows incorrect sprite --- distribution/changelog.txt | 1 + resources/g2/sprites.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/distribution/changelog.txt b/distribution/changelog.txt index 38f68df451..81e2ebcdf4 100644 --- a/distribution/changelog.txt +++ b/distribution/changelog.txt @@ -47,6 +47,7 @@ - Fix: [#22152] [Plugin] Negative signed integers are truncated. - Fix: [#22161] Using arrow keys in textboxes crashes the game. - Fix: [#22174] Cheats are reset when starting a server. +- Fix: [#22226] Red traffic light shows incorrect sprite when pressed. - Fix: [objects#323] Incorrect wall boundaries on large WW/TT scenery objects. - Fix: [objects#331] Incorrect hover car capacity string. - Fix: [objects#334] Incorrect school bus capacity string. diff --git a/resources/g2/sprites.json b/resources/g2/sprites.json index 862b804f48..d78e14f195 100644 --- a/resources/g2/sprites.json +++ b/resources/g2/sprites.json @@ -60,7 +60,7 @@ "path": "icons/rct1_close_on.png" }, { - "path": "icons/rct1_close_off_pressed.png" + "path": "icons/rct1_close_on_pressed.png" }, { "path": "icons/rct1_test_off.png"