(svn r3030) More work for GB/SB, this time concerning the waiting_acceptance attribute of stations

This commit is contained in:
tron
2005-10-11 13:54:21 +00:00
parent 6fb7381efa
commit 9fea263c77
4 changed files with 16 additions and 16 deletions

View File

@@ -1244,7 +1244,7 @@ static void MaybeCrashAirplane(Vehicle *v)
// Crash the airplane. Remove all goods stored at the station.
for(i=0; i!=NUM_CARGO; i++) {
st->goods[i].rating = 1;
st->goods[i].waiting_acceptance &= ~0xFFF;
SB(st->goods[i].waiting_acceptance, 0, 12, 0);
}
CrashAirplane(v);