]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/guiPauseMenu.cpp
Fix spaces float islands code
[dragonfireclient.git] / src / guiPauseMenu.cpp
index f5d323a9b40d8b45a4ea4138db435e37a5002ca9..ba103b740aa32953b9c8015263ae74625afd0e3c 100644 (file)
@@ -22,6 +22,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "serialization.h"
 #include "porting.h"
 #include "config.h"
+#include "version.h"
 #include "main.h"
 #include <IGUICheckBox.h>
 #include <IGUIEditBox.h>
@@ -195,7 +196,7 @@ void GUIPauseMenu::regenerateGui(v2u32 screensize)
 
                std::ostringstream os;
                os<<"Minetest\n";
-               os<<BUILD_INFO<<"\n";
+               os<<minetest_build_info<<"\n";
                os<<"path_user = "<<wrap_rows(porting::path_user, 20)<<"\n";
        
                Environment->addStaticText(narrow_to_wide(os.str()).c_str(), rect, false, true, this, 259);