From: sapier Date: Mon, 21 Apr 2014 18:10:23 +0000 (+0200) Subject: Fix red background missing in deathscreen X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=da3c5c743fbc850f71a3387f9b67b936de239850;p=zefram%2Fminetest%2Fminetest_engine.git Fix red background missing in deathscreen --- diff --git a/src/game.cpp b/src/game.cpp index e808150f..6265c430 100644 --- 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") + "]" ;