Files
@ r28782:04cbd7c8fefa
Branch filter:
Location: cpp/openttd-patchpack/source/changelog.txt
r28782:04cbd7c8fefa
599.6 KiB
text/plain
Fix a258833: Don't invalidate station list on vehicle load/unload. (#12112)
a258833 fixed a bug but as a result causes the station list to be rebuilt every time (once per game tick) a vehicle loads/unloads.
Instead just mark the window for redraw.
a258833 fixed a bug but as a result causes the station list to be rebuilt every time (once per game tick) a vehicle loads/unloads.
Instead just mark the window for redraw.