From: Holger Schemel Date: Tue, 12 Apr 2022 21:10:04 +0000 (+0200) Subject: fixed global border for score info page X-Git-Tag: 4.3.2.0~21 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=83e517a21df545adde838b80e6a4c93807480a72 fixed global border for score info page --- diff --git a/src/tools.c b/src/tools.c index 67c87008..464a4fb1 100644 --- a/src/tools.c +++ b/src/tools.c @@ -1122,7 +1122,8 @@ Bitmap *getGlobalBorderBitmapFromStatus(int status) int graphic = (status == GAME_MODE_MAIN || status == GAME_MODE_PSEUDO_TYPENAME ? IMG_GLOBAL_BORDER_MAIN : - status == GAME_MODE_SCORES ? IMG_GLOBAL_BORDER_SCORES : + status == GAME_MODE_SCORES || + status == GAME_MODE_SCOREINFO ? IMG_GLOBAL_BORDER_SCORES : status == GAME_MODE_EDITOR ? IMG_GLOBAL_BORDER_EDITOR : status == GAME_MODE_PLAYING ? IMG_GLOBAL_BORDER_PLAYING : IMG_GLOBAL_BORDER);