From: Perttu Ahola Date: Sat, 5 Jul 2014 08:54:09 +0000 (+0300) Subject: Remove FPS from being next to the version string X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=2fee2baf98cd452f7d0e4acb6c82617b7c7b995a;p=zefram%2Fminetest%2Fminetest_engine.git Remove FPS from being next to the version string --- diff --git a/src/game.cpp b/src/game.cpp index 4f034676..76819314 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -3217,9 +3217,8 @@ void the_game(bool &kill, bool random_input, InputHandler *input, } else if(show_hud || show_chat) { - u16 fps = (1.0/dtime_avg1); std::ostringstream os(std::ios_base::binary); - os<<"Minetest "<setText(narrow_to_wide(os.str()).c_str()); guitext->setVisible(true); }