1
0
Fork 0

disabled AddEntry (Arena prob)

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@643
This commit is contained in:
Ulf Wohlers 2003-01-19 16:51:25 +00:00
parent bb1d5b2f2f
commit 75072258ec

View file

@ -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];