X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Finit.c;h=b0ed61da0998f84cb9ba1e7a6032fd0b3e71dfda;hb=546e338fc94decd3adbfa07666f812b652c3271f;hp=a760cbf51223c3c3a42d8a01bdafb2933cdfa5bf;hpb=9fb817132a5f07e7dce091dbb01e1d6a8dc40f17;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);