1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Minor code cleanup. (#7538)

This commit is contained in:
ζeh Matt
2018-05-18 22:50:57 +02:00
committed by Aaron van Geffen
parent db4ddecdee
commit ee56021067
39 changed files with 215 additions and 200 deletions

View File

@@ -49,7 +49,7 @@ namespace TestPaint
rct_drawpixelinfo dpi = { 0 };
dpi.zoom_level = 1;
RCT2_Unk140E9A8 = &dpi;
gPaintSession.Unk140E9A8 = &dpi;
gPaintSession.DPI = &dpi;
{
Ride ride = {0};