rnd-20001203-1-src
[rocksndiamonds.git] / src / libgame / msdos.c
index 782369c1560a7291f5e4df8b48cce25ce0ff6a88..53a0b08fe24e8d370bee631ddf8520b51f6f4990 100644 (file)
@@ -442,7 +442,8 @@ Pixmap XCreatePixmap(Display *display, Drawable d, unsigned int width,
   BITMAP *bitmap = NULL;
 
   if (gfx_capabilities & GFX_HW_VRAM_BLIT &&
-      width == video.scrollbuffer_width && height == video.scrollbuffer_height)
+      width  == playfield.scrollbuffer_width &&
+      height == playfield.scrollbuffer_height)
     bitmap = create_video_bitmap(width, height);
 
   if (bitmap == NULL)