1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 22:34:33 +01:00

Rename lightfx guard

This commit is contained in:
Ted John
2016-10-24 13:06:44 +01:00
parent ca47770825
commit ebe4ca4df4
9 changed files with 16 additions and 18 deletions

View File

@@ -259,7 +259,7 @@ void platform_update_palette(const uint8* colours, int start_index, int num_colo
uint8 g = colours[1];
uint8 b = colours[0];
#ifdef STOUT_EXPANDED_RENDERING_LIGHT
#ifdef __ENABLE_LIGHTFX__
lightfx_apply_palette_filter(i, &r, &g, &b);
#else
float night = gDayNightCycle;