diff --git a/dev/performance-3.0.5/cl_dlls/client.dll b/dev/performance-3.0.5/cl_dlls/client.dll index 69580b9..7f93473 100644 Binary files a/dev/performance-3.0.5/cl_dlls/client.dll and b/dev/performance-3.0.5/cl_dlls/client.dll differ diff --git a/dev/performance-3.0.5/dlls/ns.dll b/dev/performance-3.0.5/dlls/ns.dll index 02b0980..3eee7b5 100644 Binary files a/dev/performance-3.0.5/dlls/ns.dll and b/dev/performance-3.0.5/dlls/ns.dll differ diff --git a/dev/performance-3.0.5/source/ui/UIHud.cpp b/dev/performance-3.0.5/source/ui/UIHud.cpp index 2cda085..77276d7 100644 --- a/dev/performance-3.0.5/source/ui/UIHud.cpp +++ b/dev/performance-3.0.5/source/ui/UIHud.cpp @@ -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