X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=radiant%2Fmap.cpp;fp=radiant%2Fmap.cpp;h=5e26422d99f5ad0479d98df598646d68ea741092;hp=adf69f46d974fac354bf0e3a097ae90775ac7596;hb=dfaaa609a4cc13216c280e1602f6fdd6a13091d9;hpb=205579c894dd170deaf6290fe889fc9422eec1a7 diff --git a/radiant/map.cpp b/radiant/map.cpp index adf69f46..5e26422d 100644 --- a/radiant/map.cpp +++ b/radiant/map.cpp @@ -1050,9 +1050,9 @@ void Map_LoadFile(const char *filename) g_currentMap = &g_map; - // restart VFS to apply new pak filtering based on mapname + // refresh VFS to apply new pak filtering based on mapname // needed for daemon DPK VFS - VFS_Restart(); + VFS_Refresh(); } class Excluder {