summaryrefslogtreecommitdiff
path: root/src/economy.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-09-01 08:04:08 +0000
committerrubidium <rubidium@openttd.org>2007-09-01 08:04:08 +0000
commit0df355bbda0e97edb0c642188db663620dd2e4f6 (patch)
tree537bc6b71caed3b98d3d887fd5a2ef1a1d954b5a /src/economy.cpp
parent1f7f4f6f6265b7c3f40e01501974ec9810c946d2 (diff)
downloadopenttd-0df355bbda0e97edb0c642188db663620dd2e4f6.tar.xz
(svn r11030) -Revert r11016, Fix [FS#1178]: the way to determine whether a station should get goods was not done properly.
Diffstat (limited to 'src/economy.cpp')
-rw-r--r--src/economy.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/economy.cpp b/src/economy.cpp
index c20a7aca6..b46c37796 100644
--- a/src/economy.cpp
+++ b/src/economy.cpp
@@ -1629,7 +1629,6 @@ static void LoadUnloadVehicle(Vehicle *v, int *cargo_left)
ge->cargo.MoveTo(&v->cargo, cap, CargoList::MTA_CARGO_LOAD, st->xy);
- SETBIT(ge->acceptance_pickup, GoodsEntry::PICKUP);
st->time_since_load = 0;
st->last_vehicle_type = v->type;