Codechange: Use cached town, station, industry names for list window sorting
commitd35f35a9682518769b13c8b576f4e69ceb0385d9
authorJonathan G Rennison <j.g.rennison@gmail.com>
Mon, 6 Jan 2020 20:48:02 +0000 (6 20:48 +0000)
committerCharles Pigott <charlespigott@googlemail.com>
Sun, 12 Jan 2020 19:37:43 +0000 (12 19:37 +0000)
treeb157efe24798804bbe3d2e224cb34a616ffe2b97
parentc3223903ed4f39abe8589355882b30b973da434e
Codechange: Use cached town, station, industry names for list window sorting

This is to avoid needing to expensively regenerate name strings on
every comparison when sorting by name in the town/station/industry
list windows.
src/industry_gui.cpp
src/station_gui.cpp
src/town_gui.cpp