X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fgadgets.h;h=faa7c9d4c5da03632c35c107ac8f59e8607349e7;hb=1100054eec7c45458359fd56072341bd661f4a9c;hp=eae5e49003e7e562017c9355cc887a1c2b25bfcc;hpb=ff56a43aa3799aa3357f4deca4d6482fc25a6a41;p=rocksndiamonds.git diff --git a/src/libgame/gadgets.h b/src/libgame/gadgets.h index eae5e490..faa7c9d4 100644 --- a/src/libgame/gadgets.h +++ b/src/libgame/gadgets.h @@ -103,7 +103,7 @@ struct GadgetBorder struct GadgetDesign { - Bitmap bitmap; /* Bitmap with gadget surface */ + Bitmap *bitmap; /* Bitmap with gadget surface */ int x, y; /* position of rectangle in Bitmap */ };