1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 20:43:04 +01:00

Correct g2 palette loading indices

This commit is contained in:
Trevor Finney
2023-02-20 18:20:47 -05:00
parent 3508b00c42
commit 3f26392bf5

View File

@@ -295,8 +295,8 @@ enum
SPR_PALETTE_GLASS_LIGHT_PINK = 5047,
// Start of G2 Palettes
SPR_PALETTE_DARK_OLIVE_DARK = SPR_G2_PAL_REMAP_DARK_OLIVE_DARK,
// For some reason these only load correctly if this is set to the G2 index ONE PRIOR to actual index
SPR_PALETTE_DARK_OLIVE_DARK = SPR_G2_ICON_PALETTE_INVISIBLE,
SPR_PALETTE_DARK_OLIVE_LIGHT,
SPR_PALETTE_SATURATED_BROWN_LIGHT,
SPR_PALETTE_BORDEAUX_RED_DARK,