X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.c;h=72ef847bd145d5dca58d393d5158cd57696bfb9c;hb=75ebfce89c39bc740367807c4c16f469135ba6d5;hp=1fecbd9de3ec9402db6e99da65de77bac9be7973;hpb=9d7b311c097571c6eb4a810029400dbbc9267a90;p=rocksndiamonds.git diff --git a/src/main.c b/src/main.c index 1fecbd9d..72ef847b 100644 --- a/src/main.c +++ b/src/main.c @@ -20,6 +20,7 @@ GC tile_clip_gc; Bitmap *pix[NUM_BITMAPS]; +Bitmap *bitmap_db_field, *bitmap_db_door; Pixmap tile_clipmask[NUM_TILES]; DrawBuffer *fieldbuffer; DrawBuffer *drawto_field;