forked from mirror/OpenTTD
(svn r3030) More work for GB/SB, this time concerning the waiting_acceptance attribute of stations
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user