(svn r25185) -Fix [FS#5508]: Remove ambivalent functions CargoList::Empty() and Count...
commitc5d74457045f927666b5c5af0473450c3be6c3e9
authorfrosch <frosch@openttd.org>
Sat, 13 Apr 2013 13:42:08 +0000 (13 13:42 +0000)
committerfrosch <frosch@openttd.org>
Sat, 13 Apr 2013 13:42:08 +0000 (13 13:42 +0000)
treee1d1b917bc00b6e7e43aad49188c98b635887b12
parent0d31cea85f6811d55417397de3802ab00f97ebcf
(svn r25185) -Fix [FS#5508]: Remove ambivalent functions CargoList::Empty() and Count(), and replace them with VehicleCargoList::StoredCount(), TotalCount(), StationCargoList::AvailableCount() and TotalCount(). (fonsinchen)
20 files changed:
src/aircraft_gui.cpp
src/autoreplace_cmd.cpp
src/cargopacket.h
src/depot_gui.cpp
src/economy.cpp
src/newgrf_engine.cpp
src/newgrf_station.cpp
src/roadveh.h
src/roadveh_cmd.cpp
src/roadveh_gui.cpp
src/saveload/afterload.cpp
src/script/api/script_station.cpp
src/script/api/script_vehicle.cpp
src/ship_gui.cpp
src/station_cmd.cpp
src/station_gui.cpp
src/train.h
src/train_cmd.cpp
src/train_gui.cpp
src/vehicle.cpp