diff --git a/source/client/hud.qc b/source/client/hud.qc index 336a4ea..bbc335b 100644 --- a/source/client/hud.qc +++ b/source/client/hud.qc @@ -1087,7 +1087,7 @@ void() Draw_Crosshair = setmodel(vmodel, ""); setmodel(v2model, ""); drawfill('0 0 0', [g_width/2 - g_height/2, g_height, 0], '0 0 0', 1, 0); - drawpic([(g_width/2 - g_height/2),0,0], "gfx/hud/scope.tga", [g_height, g_height, 1], [1,1,1], 1); + drawpic([(g_width/2 - g_height/2),0,0], "gfx/hud/scope_nb.tga", [g_height, g_height, 1], [1,1,1], 1); drawfill([(g_width/2 + g_height/2),0,0], [g_width, g_height, 0], '0 0 0', 1, 0); }