1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 09:44:52 +01:00

Fix cross hatching graphical glitch.

Forgot to Xor the value before clearing it. Fixes #1177
This commit is contained in:
Duncan Frost
2015-06-04 17:47:39 +01:00
parent 2765f15584
commit 44d4ff4d03
2 changed files with 4 additions and 5 deletions

View File

@@ -771,7 +771,6 @@ static void window_cheats_paint()
gfx_draw_string(dpi, (char*)language_get_string(STR_CHEAT_TIP_LARGE_TRAM_GUESTS), 0, w->x + XPL(0) + TXTO, w->y + YPL(2) + TXTO);
gfx_draw_string(dpi, (char*)language_get_string(STR_CHEAT_TIP_NAUSEA), 0, w->x + XPL(0) + TXTO, w->y + YPL(4) + TXTO);
}
}
static void window_cheats_draw_tab_images(rct_drawpixelinfo *dpi, rct_window *w)