1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 13:03:11 +01:00

Remove stray RCT2_GLOBAL from window.c

This commit is contained in:
Michał Janiszewski
2016-09-14 09:15:15 +02:00
parent b27b781256
commit 0d982f0f52

View File

@@ -1675,8 +1675,6 @@ static void window_draw_single(rct_drawpixelinfo *dpi, rct_window *w, int left,
return;
}
RCT2_GLOBAL(0x01420070, sint32) = w->x;
// Invalidate modifies the window colours so first get the correct
// colour before setting the global variables for the string painting
window_event_invalidate_call(w);