From 92386e5758d2be781b0adda731eb254b0d2ffa7e Mon Sep 17 00:00:00 2001 From: Duncan Frost Date: Tue, 13 May 2014 19:12:18 +0100 Subject: [PATCH] Fix sketchy line bug that i introduced --- src/gfx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;