X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fbitmap.h;h=40ec9627a9c29f4eddd54ccf8bf2c0f879c28664;hb=b94851eef9966b4d5e1f2da0f3266182ff0a5a47;hp=e0e93c383fcfe5326979644a108823a85fdcfe95;hpb=cc5df35b6ba3d7871eac6734822464c7e176f4b7;p=16.git diff --git a/src/lib/bitmap.h b/src/lib/bitmap.h index e0e93c38..40ec9627 100644 --- a/src/lib/bitmap.h +++ b/src/lib/bitmap.h @@ -9,7 +9,7 @@ typedef struct { word width; word height; byte *palette; - word offset; + word offset; } bitmap_t; typedef struct {