From 55ed12f8d1eb6887d348be03aee5573d44177ffb Mon Sep 17 00:00:00 2001 From: Michael Sartain Date: Thu, 2 Oct 2014 08:25:55 -0700 Subject: Updated the SDK with the latest code from the TF and HL2 branches. --- mp/src/game/client/game_controls/teammenu.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'mp/src/game/client/game_controls/teammenu.cpp') diff --git a/mp/src/game/client/game_controls/teammenu.cpp b/mp/src/game/client/game_controls/teammenu.cpp index c242c936..6b98afd7 100644 --- a/mp/src/game/client/game_controls/teammenu.cpp +++ b/mp/src/game/client/game_controls/teammenu.cpp @@ -190,6 +190,7 @@ void CTeamMenu::LoadMapPage( const char *mapName ) char mapRES[ MAX_PATH ]; char uilanguage[ 64 ]; + uilanguage[0] = 0; engine->GetUILanguage( uilanguage, sizeof( uilanguage ) ); Q_snprintf( mapRES, sizeof( mapRES ), "resource/maphtml/%s_%s.html", mapName, uilanguage ); -- cgit v1.2.3