rnd-20060430-1-src
[rocksndiamonds.git] / src / main.c
index c4b8a2b1e65bb8fbb677a13c5cf8ab88b0ac78cc..f317b46d515451b834c415c58e1504fd236a2a22 100644 (file)
@@ -20,7 +20,9 @@
 #include "events.h"
 #include "config.h"
 
-Bitmap                *bitmap_db_field, *bitmap_db_door;
+Bitmap                *bitmap_db_title;
+Bitmap                *bitmap_db_field;
+Bitmap                *bitmap_db_door;
 DrawBuffer            *fieldbuffer;
 DrawBuffer            *drawto_field;