]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/map.cpp
Q3map2:
[xonotic/netradiant.git] / radiant / map.cpp
index a66229b73435b69dba3893e911c061f7068135a4..4040ab3cd822d3da8b39b174152af9b9c6790179 100644 (file)
@@ -1842,9 +1842,7 @@ void SaveMap(){
        }
        else if ( Map_Modified( g_map ) ) {
                Map_Save();
-#ifdef WIN32
                MRU_AddFile( g_map.m_name.c_str() );    //add on saving, but not opening via cmd line: spoils the list
-#endif
        }
 }