]> git.lizzy.rs Git - minetest.git/blobdiff - src/guiPauseMenu.cpp
...Make the the server buildable again after the last commit
[minetest.git] / src / guiPauseMenu.cpp
index 8ccf0c46880f4169aa8cf8211629e212692c1265..3cd572387f24de92e02311c1af26d31008269437 100644 (file)
@@ -23,6 +23,11 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "porting.h"\r
 #include "config.h"\r
 #include "main.h"\r
+#include <IGUICheckBox.h>\r
+#include <IGUIEditBox.h>\r
+#include <IGUIButton.h>\r
+#include <IGUIStaticText.h>\r
+#include <IGUIFont.h>\r
 \r
 #include "gettext.h"\r
 \r
@@ -173,7 +178,7 @@ void GUIPauseMenu::regenerateGui(v2u32 screensize)
                );*/\r
 \r
                std::ostringstream os;\r
-               os<<"Minetest-delta\n";\r
+               os<<"Minetest\n";\r
                os<<"by Perttu Ahola and contributors\n";\r
                os<<"celeron55@gmail.com\n";\r
                os<<BUILD_INFO<<"\n";\r