diff --git a/src/gfx.h b/src/gfx.h index de0411b258..162ccd121f 100644 --- a/src/gfx.h +++ b/src/gfx.h @@ -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;