]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/main.cpp
fix homedir version
[xonotic/netradiant.git] / radiant / main.cpp
index c04867108bf4dfb4c102c71b5b94b3bcf327f7dc..97fc2745e0fd897c440791d8fa0590c0a74c9dd8 100644 (file)
@@ -329,7 +329,7 @@ void paths_init(){
 
        {
                StringOutputStream path( 256 );
-               path << home << "1." << RADIANT_MAJOR_VERSION "." << RADIANT_MINOR_VERSION << '/';
+               path << home << RADIANT_MAJOR_VERSION "." RADIANT_MINOR_VERSION "." RADIANT_PATCH_VERSION "/";
                g_strSettingsPath = path.c_str();
        }