renamed variables which changed their meaning after recent changes
[rocksndiamonds.git] / src / main.c
index 4d2707e982af72a67575e7f4636bd4c27fb99550..047c1cb2b93fadc01d628f521b27eec3dc84481c 100644 (file)
 #include "events.h"
 #include "config.h"
 
-Bitmap                *bitmap_db_store;
-Bitmap                *bitmap_db_cross;
 Bitmap                *bitmap_db_field;
 Bitmap                *bitmap_db_panel;
 Bitmap                *bitmap_db_door_1;
 Bitmap                *bitmap_db_door_2;
+Bitmap                *bitmap_db_store_1;
+Bitmap                *bitmap_db_store_2;
 DrawBuffer            *fieldbuffer;
 DrawBuffer            *drawto_field;