mirror of
https://github.com/unknownworlds/NS.git
synced 2025-03-20 00:11:00 +00:00
o Fixed particle load problem for linux servers.
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@228 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
parent
91795757d2
commit
09f986ccea
3 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
|
@ -51,7 +51,7 @@ UIHud::UIHud(const string& inFilename, UIFactory* inFactory) : CHud(), mFilename
|
|||
if ( pbuffer ) {
|
||||
strstream trstream(pbuffer, len);
|
||||
|
||||
if(TRFactory::ReadDescriptions(trstream, this->mDescriptionList))
|
||||
if(TRFactory::ReadDescriptionsFromStream(trstream, this->mDescriptionList))
|
||||
{
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue