From e9c95d02e3238edea2600585fa34165af798de42 Mon Sep 17 00:00:00 2001 From: WantedGames Date: Mon, 28 Jul 2014 18:31:25 -0400 Subject: [PATCH] Update game.cpp --- src/game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game.cpp b/src/game.cpp index e808150f..aeba4e24 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -1524,7 +1524,7 @@ void the_game(bool &kill, bool random_input, InputHandler *input, // First line of debug text gui::IGUIStaticText *guitext = guienv->addStaticText( - L"Minetest", + L"BlockCraft", core::rect(5, 5, 795, 5+text_height), false, false); // Second line of debug text