mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-25 07:44:38 +01:00
Fix #22226: Traffic light shows incorrect sprite
This commit is contained in:
committed by
GitHub
parent
90dee86267
commit
fb4c1451e4
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user