summaryrefslogtreecommitdiffstats
path: root/src/core/Streaming.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-04-21 13:56:33 +0200
committeraap <aap@papnet.eu>2020-04-21 13:56:33 +0200
commit959f84ff9566297701064e30b46fd292e7e840a1 (patch)
tree23885d295e8f23ad7c4db346c431953d57bd45dc /src/core/Streaming.cpp
parentlibrw (diff)
downloadre3-959f84ff9566297701064e30b46fd292e7e840a1.tar
re3-959f84ff9566297701064e30b46fd292e7e840a1.tar.gz
re3-959f84ff9566297701064e30b46fd292e7e840a1.tar.bz2
re3-959f84ff9566297701064e30b46fd292e7e840a1.tar.lz
re3-959f84ff9566297701064e30b46fd292e7e840a1.tar.xz
re3-959f84ff9566297701064e30b46fd292e7e840a1.tar.zst
re3-959f84ff9566297701064e30b46fd292e7e840a1.zip
Diffstat (limited to '')
-rw-r--r--src/core/Streaming.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/core/Streaming.cpp b/src/core/Streaming.cpp
index 15fe60e2..8124d11c 100644
--- a/src/core/Streaming.cpp
+++ b/src/core/Streaming.cpp
@@ -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")){