]> git.lizzy.rs Git - minetest.git/blobdiff - src/guiPauseMenu.cpp
Initial directory structure rework
[minetest.git] / src / guiPauseMenu.cpp
index 3cd572387f24de92e02311c1af26d31008269437..3b1861b3db92b1adfd788b74c2928f1d35372e98 100644 (file)
@@ -174,7 +174,7 @@ void GUIPauseMenu::regenerateGui(v2u32 screensize)
                                SWPRINTF_CHARSTRING\r
                                ,\r
                                BUILD_INFO,\r
-                               porting::path_userdata.c_str()\r
+                               porting::path_user.c_str()\r
                );*/\r
 \r
                std::ostringstream os;\r
@@ -182,7 +182,7 @@ void GUIPauseMenu::regenerateGui(v2u32 screensize)
                os<<"by Perttu Ahola and contributors\n";\r
                os<<"celeron55@gmail.com\n";\r
                os<<BUILD_INFO<<"\n";\r
-               os<<"ud_path = "<<wrap_rows(porting::path_userdata, 20)<<"\n";\r
+               os<<"path_user = "<<wrap_rows(porting::path_user, 20)<<"\n";\r
        \r
                Environment->addStaticText(narrow_to_wide(os.str()).c_str(), rect, false, true, this, 259);\r
        }\r