1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 14:02:59 +01:00

Add missed constexprs

This commit is contained in:
Michał Janiszewski
2018-01-11 23:14:31 +01:00
committed by Michał Janiszewski
parent c0321c3d91
commit 3ba0cc3dae
26 changed files with 104 additions and 104 deletions

View File

@@ -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,