Codechange: Revenue is not the same as Income
commitf4ca94d3f6e1377cc25c24666d0f238e5b51d211
authorTyler Trahan <tyler@tylertrahan.com>
Fri, 26 Nov 2021 19:11:16 +0000 (26 12:11 -0700)
committerPatric Stout <github@truebrain.nl>
Mon, 25 Apr 2022 19:51:51 +0000 (25 21:51 +0200)
tree29fb952e66d4c54fea26dfe147914935faf3e804
parente79724ea22b2c4428ab402a808b7ab777fec2985
Codechange: Revenue is not the same as Income

Income is revenue minus costs. Let's name things correctly (without breaking the script API).
src/aircraft.h
src/company_cmd.cpp
src/economy.cpp
src/economy_type.h
src/roadveh.h
src/script/api/script_company.hpp
src/ship.h
src/train.h