]> git.lizzy.rs Git - minetest-m13.git/blobdiff - src/game.cpp
Update to 4.6 base
[minetest-m13.git] / src / game.cpp
index d074cafa03f27c06bddb37c7f55f788a8a350a1b..47a0e6afe4002754ffb49d6faaeaa49690b2c1ea 100644 (file)
@@ -1,5 +1,5 @@
 /*
-Minetest-m13
+Minetest-c55
 Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com>
 
 This program is free software; you can redistribute it and/or modify
@@ -917,7 +917,7 @@ void the_game(
 
        // First line of debug text
        gui::IGUIStaticText *guitext = guienv->addStaticText(
-                       L"Minetest-m13",
+                       L"Minetest-c55",
                        core::rect<s32>(5, 5, 795, 5+text_height),
                        false, false);
        // Second line of debug text
@@ -2116,7 +2116,7 @@ void the_game(
                        endscenetime_avg = endscenetime_avg * 0.95 + (float)endscenetime*0.05;
                        
                        char temptext[300];
-                       snprintf(temptext, 300, "Minetest-m13 %s ("
+                       snprintf(temptext, 300, "Minetest-c55 %s ("
                                        "R: range_all=%i"
                                        ")"
                                        " drawtime=%.0f, beginscenetime=%.0f"