diff --git a/dev/performance-3.0.5/cl_dlls/client.dll b/dev/performance-3.0.5/cl_dlls/client.dll index 69580b9a..7f934738 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 02b0980e..3eee7b5e 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 2cda085d..77276d7b 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