X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Finit.c;h=b0ed61da0998f84cb9ba1e7a6032fd0b3e71dfda;hb=50f0681cf3069e35f434c03825ad56bd80dabcbf;hp=a760cbf51223c3c3a42d8a01bdafb2933cdfa5bf;hpb=805c982e04d745a5c05393b09f7cd701226aec16;p=rocksndiamonds.git diff --git a/src/init.c b/src/init.c index a760cbf5..b0ed61da 100644 --- a/src/init.c +++ b/src/init.c @@ -5159,7 +5159,7 @@ void InitGfx() init_last = init; } -void RedrawBackground() +void RedrawGlobalBorder() { BlitBitmap(graphic_info[IMG_GLOBAL_BORDER].bitmap, backbuffer, 0, 0, WIN_XSIZE, WIN_YSIZE, 0, 0); @@ -5576,7 +5576,7 @@ void ReloadCustomArtwork(int force_reload) FadeOut(REDRAW_ALL); - RedrawBackground(); + RedrawGlobalBorder(); /* force redraw of (open or closed) door graphics */ SetDoorState(DOOR_OPEN_ALL);