rnd-20001205-1-src
[rocksndiamonds.git] / src / libgame / gadgets.h
index eae5e49003e7e562017c9355cc887a1c2b25bfcc..faa7c9d4c5da03632c35c107ac8f59e8607349e7 100644 (file)
@@ -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 */
 };