X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.c;h=cda45dea6bed338ecc11510ab8c54e3a09f9052e;hb=e26e3f7d6874ffc7c399649944ca6be55c1f7368;hp=0e030f7bb9da94839d8983af84c264c11f42054e;hpb=88199e14f3fde57971167f35ec0cd13113e7d01c;p=rocksndiamonds.git diff --git a/src/tools.c b/src/tools.c index 0e030f7b..cda45dea 100644 --- a/src/tools.c +++ b/src/tools.c @@ -875,7 +875,8 @@ static void RedrawGlobalBorderIfNeeded() return; // copy current draw buffer to later copy back areas that have not changed - BlitBitmap(backbuffer, bitmap_db_store, 0, 0, WIN_XSIZE, WIN_YSIZE, 0, 0); + if (game_status_last != GAME_MODE_TITLE) + BlitBitmap(backbuffer, bitmap_db_store, 0, 0, WIN_XSIZE, WIN_YSIZE, 0, 0); if (CheckIfGlobalBorderRedrawIsNeeded()) {