@@ -52,12 +52,12 @@ namespace
5252
5353// //////////////////////////////////////////////////////////////
5454//
55- // CRenderWareSA::ClothesAddReplacementTxd
55+ // CRenderWareSA::ClothesAddReplacement
5656//
57- // Add replacement txd for a clothing component
57+ // Add replacement txd/dff for a clothing component
5858//
5959// //////////////////////////////////////////////////////////////
60- void CRenderWareSA::ClothesAddReplacementTxd (char * pFileData, ushort usFileId)
60+ void CRenderWareSA::ClothesAddReplacement (char * pFileData, ushort usFileId)
6161{
6262 if (!pFileData)
6363 return ;
@@ -70,12 +70,12 @@ void CRenderWareSA::ClothesAddReplacementTxd(char* pFileData, ushort usFileId)
7070
7171// //////////////////////////////////////////////////////////////
7272//
73- // CRenderWareSA::ClothesRemoveReplacementTxd
73+ // CRenderWareSA::ClothesRemoveReplacement
7474//
75- // Remove replacement txd for a clothing component
75+ // Remove replacement txd/dff for a clothing component
7676//
7777// //////////////////////////////////////////////////////////////
78- void CRenderWareSA::ClothesRemoveReplacementTxd (char * pFileData)
78+ void CRenderWareSA::ClothesRemoveReplacement (char * pFileData)
7979{
8080 if (!pFileData)
8181 return ;
@@ -110,7 +110,7 @@ bool CRenderWareSA::HasClothesReplacementChanged()
110110// CStreaming_RequestModel_Mid
111111//
112112// If request is for a file inside player.img (imgId 5)
113- // then maybe switch to replacement txd file data
113+ // then maybe switch to replacement txd/dff file data
114114//
115115// //////////////////////////////////////////////////////////////
116116__declspec (noinline) bool _cdecl OnCStreaming_RequestModel_Mid(int flags, SImgGTAItemInfo* pImgGTAInfo)
0 commit comments