1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 04:23:20 +01:00
This commit is contained in:
Duncan Frost
2014-05-27 22:22:57 +01:00

View File

@@ -809,6 +809,7 @@ void gfx_draw_sprite(rct_drawpixelinfo *dpi, int image_id, int x, int y)
*(uint32*)(palette+0xD2) = ebp;
RCT2_GLOBAL(0x9ABEDE, uint32) = ebp;
}
gfx_draw_sprite_palette_set(dpi, image_id, x, y, palette_pointer, ebp, eax);
}