disabled AddEntry (Arena prob)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@643
This commit is contained in:
parent
bb1d5b2f2f
commit
75072258ec
1 changed files with 5 additions and 0 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Reference in a new issue