Fix red background missing in deathscreen
authorsapier <Sapier at GMX dot net>
Mon, 21 Apr 2014 18:10:23 +0000 (20:10 +0200)
committersapier <Sapier at GMX dot net>
Mon, 21 Apr 2014 18:10:23 +0000 (20:10 +0200)
src/game.cpp

index e808150f4c1d1d98c2b269b3f0b69ac3f1c137e3..6265c430a1a95a4dd7e1cab2728b7be2c06fb878 100644 (file)
@@ -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") + "]"
                ;