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

Fix sketchy line bug that i introduced

This commit is contained in:
Duncan Frost
2014-05-13 19:12:18 +01:00
parent 20c7b98c88
commit 92386e5758

View File

@@ -31,7 +31,7 @@ typedef struct {
short width; // 0x08
short height; // 0x0A
short pitch; // 0x0C note: this is actually (pitch - width)
uint16 pad_0E; // 0x0E
uint8 pad_0E; // 0x0E
char var_0F; // 0x0F
} rct_drawpixelinfo;