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
1 changed files with 1 additions and 1 deletions

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;