forked from mirror/OpenTTD
(svn r20623) -Codechange: unify the storing of animation related information
This commit is contained in:
@@ -2864,7 +2864,7 @@ static void TrainEnterStation(Train *v, StationID station)
|
||||
|
||||
v->BeginLoading();
|
||||
|
||||
StationAnimationTrigger(st, v->tile, STAT_ANIM_TRAIN_ARRIVES);
|
||||
TriggerStationAnimation(st, v->tile, SAT_TRAIN_ARRIVES);
|
||||
}
|
||||
|
||||
/* Check if the vehicle is compatible with the specified tile */
|
||||
|
Reference in New Issue
Block a user