rocksndiamonds-3.1.2
[rocksndiamonds.git] / src / main.c
index 7d2c423782d84efbfeecd893e10bef324ac29d3c..f2db9290d0f05161acc2f816c3ce3f116f79c589 100644 (file)
 #include "events.h"
 #include "config.h"
 
+#if 0
+GC                     tile_clip_gc;
+Bitmap                *pix[NUM_BITMAPS];
+#endif
 Bitmap                *bitmap_db_field, *bitmap_db_door;
+#if 0
+Pixmap                 tile_clipmask[NUM_TILES];
+#endif
 DrawBuffer            *fieldbuffer;
 DrawBuffer            *drawto_field;