]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/map.cpp
Merge commit 'e7c45da823515747a88569374d62717b72dcf078' into garux-merge
[xonotic/netradiant.git] / radiant / map.cpp
index 0d2e5b331badd23a0a21037486fe0113c8ee297d..5f22997c5af01156d8e36732dea94119f60d9833 100644 (file)
@@ -1943,9 +1943,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
        }
 }