typo fix
This commit is contained in:
+1
-1
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user