renamed variables which changed their meaning after recent changes
[rocksndiamonds.git] / src / init.c
index e91e8a411340ff5a4aa3fb084a2d7e67f5946182..ba6ea4966f37da6e393a3c4dd1a6060cec4f7f24 100644 (file)
@@ -5164,9 +5164,9 @@ void InitGfxBuffers()
 
   if (WIN_XSIZE != win_xsize_last || WIN_YSIZE != win_ysize_last)
   {
-    /* may contain content for cross-fading -- only re-create if changed */
-    ReCreateBitmap(&bitmap_db_store, WIN_XSIZE, WIN_YSIZE, DEFAULT_DEPTH);
-    ReCreateBitmap(&bitmap_db_cross, WIN_XSIZE, WIN_YSIZE, DEFAULT_DEPTH);
+    /* used to temporarily store the backbuffer -- only re-create if changed */
+    ReCreateBitmap(&bitmap_db_store_1, WIN_XSIZE, WIN_YSIZE, DEFAULT_DEPTH);
+    ReCreateBitmap(&bitmap_db_store_2, WIN_XSIZE, WIN_YSIZE, DEFAULT_DEPTH);
 
     win_xsize_last = WIN_XSIZE;
     win_ysize_last = WIN_YSIZE;