projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74550f9
)
fixed global border for score info page
author
Holger Schemel
<info@artsoft.org>
Tue, 12 Apr 2022 21:10:04 +0000
(23:10 +0200)
committer
Holger Schemel
<info@artsoft.org>
Tue, 12 Apr 2022 21:10:04 +0000
(23:10 +0200)
src/tools.c
patch
|
blob
|
history
diff --git
a/src/tools.c
b/src/tools.c
index 67c870083e2d4ee6456d0900a6e36c432a56a474..464a4fb14a797c4f4818481d2b2ef041cda3bf6b 100644
(file)
--- 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);