mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-21 14:02:59 +01:00
Add missed constexprs
This commit is contained in:
committed by
Michał Janiszewski
parent
c0321c3d91
commit
3ba0cc3dae
@@ -528,7 +528,7 @@ static bool map_animation_invalidate_wall(sint32 x, sint32 y, sint32 baseZ)
|
||||
*
|
||||
* rct2: 0x009819DC
|
||||
*/
|
||||
static const map_animation_invalidate_event_handler _animatedObjectEventHandlers[MAP_ANIMATION_TYPE_COUNT] = {
|
||||
static constexpr const map_animation_invalidate_event_handler _animatedObjectEventHandlers[MAP_ANIMATION_TYPE_COUNT] = {
|
||||
map_animation_invalidate_ride_entrance,
|
||||
map_animation_invalidate_queue_banner,
|
||||
map_animation_invalidate_small_scenery,
|
||||
|
||||
Reference in New Issue
Block a user