This commit is contained in:
Dima353
2025-02-21 10:05:07 +03:00
parent 5be27532dc
commit 39c48dbf20
+1 -1
View File
@@ -398,7 +398,7 @@ bool CGame::Initialise(const char* datFile)
CustomPipes::SetTxdFindCallback(); CustomPipes::SetTxdFindCallback();
#endif #endif
LoadingScreen("", ", nil); LoadingScreen("", "", nil);
int particleTxdSlot = CTxdStore::AddTxdSlot("particle"); int particleTxdSlot = CTxdStore::AddTxdSlot("particle");
CTxdStore::LoadTxd(particleTxdSlot, "MODELS/PARTICLE.TXD"); CTxdStore::LoadTxd(particleTxdSlot, "MODELS/PARTICLE.TXD");
CTxdStore::AddRef(particleTxdSlot); CTxdStore::AddRef(particleTxdSlot);