Codechange: Turn AnimationTrigger enums into enum classes. (#14067)
This commit is contained in:
@@ -405,7 +405,7 @@ CommandCost CmdBuildRoadWaypoint(DoCommandFlags flags, TileIndex start_tile, Axi
|
||||
if (roadstopspec != nullptr) {
|
||||
/* Include this road stop spec's animation trigger bitmask
|
||||
* in the station's cached copy. */
|
||||
wp->cached_roadstop_anim_triggers |= roadstopspec->animation.triggers;
|
||||
wp->cached_roadstop_anim_triggers.Set(roadstopspec->animation.triggers);
|
||||
}
|
||||
|
||||
wp->delete_ctr = 0;
|
||||
|
||||
Reference in New Issue
Block a user