1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-30 18:25:16 +01:00

remove usages of gScreenDPI and gWindowDPI

This commit is contained in:
Ted John
2016-06-05 15:11:12 +01:00
parent ccec48e382
commit 83fc6ec4af
15 changed files with 115 additions and 128 deletions

View File

@@ -304,9 +304,9 @@ public:
gfx_draw_pickedup_peep(&_bitsDPI);
gfx_invalidate_pickedup_peep();
DrawRain(&_rainDrawer);
DrawRain(&_bitsDPI, &_rainDrawer);
rct2_draw();
rct2_draw(&_bitsDPI);
Display();
}