diff --git a/cl_dll/hud/radar.cpp b/cl_dll/hud/radar.cpp index 9f5ca26e9..46eb2fdfe 100644 --- a/cl_dll/hud/radar.cpp +++ b/cl_dll/hud/radar.cpp @@ -394,6 +394,7 @@ void CHudRadar::DrawPlayerLocation( int y ) int len = DrawUtils::ConsoleStringLen( szLocalizedLocation ); x = x - len / 2; + if( x < 0 ) x = 0; DrawUtils::DrawConsoleString( x, y, szLocalizedLocation ); }