X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fbitmap.h;h=f1b126e5f28b9be9f8b67cba978fe3cd270359d6;hb=af875dfcdc2c548fe4e44a68c54d8bf34fd17480;hp=63a0031111f343afa1929e8cc3207bf4c4239a0e;hpb=c9130ec378d97a7fcdee0aed180f3eca8a3ad880;p=16.git diff --git a/src/lib/bitmap.h b/src/lib/bitmap.h index 63a00311..f1b126e5 100644 --- a/src/lib/bitmap.h +++ b/src/lib/bitmap.h @@ -7,7 +7,7 @@ #include "src/lib/lib_head.h" typedef struct { - byte near *data; + byte *data; word width; word height; byte *palette;