From 9fea263c77fedc7aa6744e83d5d57c0dc988b7cc Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 11 Oct 2005 13:54:21 +0000 Subject: (svn r3030) More work for GB/SB, this time concerning the waiting_acceptance attribute of stations --- aircraft_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aircraft_cmd.c') diff --git a/aircraft_cmd.c b/aircraft_cmd.c index 244dab455..6113bdcce 100644 --- a/aircraft_cmd.c +++ b/aircraft_cmd.c @@ -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); -- cgit v1.2.3-70-g09d2