diff --git a/src/dos/drive_cache.cpp b/src/dos/drive_cache.cpp index c1b8181e..ef3346f6 100644 --- a/src/dos/drive_cache.cpp +++ b/src/dos/drive_cache.cpp @@ -112,6 +112,11 @@ char* DOS_Drive_Cache::GetExpandName(const char* path) void DOS_Drive_Cache::AddEntry(const char* path) { + + CacheOut(path); + return; + + // FIXME: Code doesnt seem to work with arena ??? Why is that ? // Get Last part... char file [CROSS_LEN]; char expand [CROSS_LEN];