1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 13:33:02 +01:00

Rename translucent palettes

This commit is contained in:
Marijn van der Werf
2016-11-09 22:47:31 +01:00
parent 1ce2242bb3
commit 2109763267
3 changed files with 70 additions and 70 deletions

View File

@@ -167,7 +167,7 @@ void console_draw(rct_drawpixelinfo *dpi)
// Background
console_invalidate();
gfx_filter_rect(dpi, _consoleLeft, _consoleTop, _consoleRight, _consoleBottom, PALETTE_TRANSLUCENT_BLUE_HIGHLIGHT);
gfx_filter_rect(dpi, _consoleLeft, _consoleTop, _consoleRight, _consoleBottom, PALETTE_TRANSLUCENT_LIGHT_BLUE_HIGHLIGHT);
int x = _consoleLeft + 4;
int y = _consoleTop + 4;