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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user