X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fmsdos.c;h=407752bc96b73b6f3d6e2de9cd2d5a1b811f6c2f;hb=c14ddc8b933f45b1fb02e0fe5a7637655b88f90a;hp=60728bef8b6fdb69390d4c9b1d5c879e97be0486;hpb=e05dda5c8cc6687dcbc59e182a81aed627e262d0;p=rocksndiamonds.git diff --git a/src/libgame/msdos.c b/src/libgame/msdos.c index 60728bef..407752bc 100644 --- a/src/libgame/msdos.c +++ b/src/libgame/msdos.c @@ -440,7 +440,7 @@ Pixmap XCreatePixmap(Display *display, Drawable d, unsigned int width, BITMAP *bitmap = NULL; if (gfx_capabilities & GFX_HW_VRAM_BLIT && - width == gfx.scrollbuffer_width && height == gfx.scrollbuffer_height) + width == gfx.scrollbuffer_width && height == gfx.scrollbuffer_height) bitmap = create_video_bitmap(width, height); if (bitmap == NULL)