diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp index e808150f4..6265c430a 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") + "]" ; |