Codechange: use IterateFromBack/Front only if the order is important.
commitf96f11395162a8d57f5fdcef18c7a64f7acf76f8
authorfrosch <frosch@openttd.org>
Sun, 9 May 2021 15:10:07 +0000 (9 17:10 +0200)
committerfrosch <github@elsenhans.name>
Wed, 12 May 2021 21:22:41 +0000 (12 23:22 +0200)
tree3bd204df568095710d745b6bcb70cd231f8e928b
parent22567a1f43d29a7596b9ef88441d5a65776fa2c8
Codechange: use IterateFromBack/Front only if the order is important.

Use Iterate if the order does not matter.
src/misc_gui.cpp
src/sound.cpp
src/viewport.cpp
src/widgets/dropdown.cpp
src/window.cpp
src/window_gui.h