projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b1bd2f
)
Fix red background missing in deathscreen
author
sapier
<Sapier at GMX dot net>
Mon, 21 Apr 2014 18:10:23 +0000
(20:10 +0200)
committer
sapier
<Sapier at GMX dot net>
Mon, 21 Apr 2014 18:10:23 +0000
(20:10 +0200)
src/game.cpp
patch
|
blob
|
history
diff --git
a/src/game.cpp
b/src/game.cpp
index e808150f4c1d1d98c2b269b3f0b69ac3f1c137e3..6265c430a1a95a4dd7e1cab2728b7be2c06fb878 100644
(file)
--- a/
src/game.cpp
+++ b/
src/game.cpp
@@
-995,6
+995,7
@@
static void show_deathscreen(FormspecFormSource* current_formspec,
std::string formspec =
std::string("") +
"size[11,5.5,true]"
+ "bgcolor[#320000b4;true]"
"label[4.85,1.35;You died.]"
"button_exit[4,3;3,0.5;btn_respawn;" + gettext("Respawn") + "]"
;