1
0
Fork 0

(svn r24904) -Fix (r22746): "Train loads/unloads cargo" station animation triggers on individual platform

release/1.3
peter1138 2013-01-10 22:56:49 +00:00
parent b935e01513
commit 4ebbfc3de4
1 changed files with 1 additions and 1 deletions

View File

@ -1552,7 +1552,7 @@ static void LoadUnloadVehicle(Vehicle *front, int *cargo_left)
} }
if (anything_loaded || anything_unloaded) { if (anything_loaded || anything_unloaded) {
if (front->type == VEH_TRAIN) TriggerStationAnimation(st, st->xy, SAT_TRAIN_LOADS); if (front->type == VEH_TRAIN) TriggerStationAnimation(st, front->tile, SAT_TRAIN_LOADS);
} }
/* Only set completely_emptied, if we just unloaded all remaining cargo */ /* Only set completely_emptied, if we just unloaded all remaining cargo */