1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

Close #13623: Refactor LightFXQualifier to use strong enum

This commit is contained in:
Karthik NS
2021-01-03 05:03:13 -08:00
committed by GitHub
parent 920dd756f3
commit ae637bf088

View File

@@ -46,7 +46,7 @@ static void* _light_rendered_buffer_front = nullptr;
static uint32_t _lightPolution_back = 0;
static uint32_t _lightPolution_front = 0;
enum LightFXQualifier : uint8_t
enum class LightFXQualifier : uint8_t
{
Entity,
Map,