Codechange: Align parameter order of command callbacks to command handlers.
commit4fc055d6e97e76faf53ff3f29e36a4a4549bf6e7
authorMichael Lutz <michi@icosahedron.de>
Sun, 10 Oct 2021 15:20:27 +0000 (10 17:20 +0200)
committerMichael Lutz <michi@icosahedron.de>
Thu, 16 Dec 2021 21:28:32 +0000 (16 22:28 +0100)
tree2b9bb9cd8df023fc41163a39d88cfb9f3c9f0f7e
parent123c7f99c342aa9eb7ca505f0b49257fc8eee7ff
Codechange: Align parameter order of command callbacks to command handlers.
18 files changed:
src/ai/ai_instance.cpp
src/airport_gui.cpp
src/bridge_gui.cpp
src/command.cpp
src/command_type.h
src/depot_gui.cpp
src/dock_gui.cpp
src/game/game_instance.cpp
src/group_gui.cpp
src/industry_gui.cpp
src/main_gui.cpp
src/rail_gui.cpp
src/road_gui.cpp
src/signs_cmd.cpp
src/terraform_gui.cpp
src/town_gui.cpp
src/train_gui.cpp
src/vehicle_gui.cpp