Skip to content

Commit da3c5c7

Browse files
sapiersapier
sapier
authored and
sapier
committedApr 21, 2014
Fix red background missing in deathscreen
1 parent 5b1bd2f commit da3c5c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/game.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -995,6 +995,7 @@ static void show_deathscreen(FormspecFormSource* current_formspec,
995995
std::string formspec =
996996
std::string("") +
997997
"size[11,5.5,true]"
998+
"bgcolor[#320000b4;true]"
998999
"label[4.85,1.35;You died.]"
9991000
"button_exit[4,3;3,0.5;btn_respawn;" + gettext("Respawn") + "]"
10001001
;

0 commit comments

Comments
 (0)