mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-10 04:24:09 +00:00
fixed extra directory issues
This commit is contained in:
parent
9c2fd41bce
commit
959f84ff95
3 changed files with 20 additions and 1 deletions
|
@ -369,8 +369,12 @@ CStreaming::LoadCdDirectory(const char *dirname, int n)
|
|||
lastID = modelId;
|
||||
}
|
||||
}else{
|
||||
// BUG: doesn't remember which cdimage this was in
|
||||
#ifdef FIX_BUGS
|
||||
// remember which cdimage this came from
|
||||
ms_pExtraObjectsDir->AddItem(direntry, n);
|
||||
#else
|
||||
ms_pExtraObjectsDir->AddItem(direntry);
|
||||
#endif
|
||||
lastID = -1;
|
||||
}
|
||||
}else if(!CGeneral::faststrcmp(dot+1, "TXD") || !CGeneral::faststrcmp(dot+1, "txd")){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue