From 72ec4f1a9da63ae6364cf72cd10cd5a0966e3f1f Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Wed, 27 Aug 2008 20:04:07 +0000 Subject: fixed weapon switching --- src/game/client/components/scoreboard.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/game/client/components/scoreboard.cpp') diff --git a/src/game/client/components/scoreboard.cpp b/src/game/client/components/scoreboard.cpp index 5823ab8d..8891b12d 100644 --- a/src/game/client/components/scoreboard.cpp +++ b/src/game/client/components/scoreboard.cpp @@ -239,7 +239,6 @@ void SCOREBOARD::on_render() if(gameclient.snap.gameobj && gameclient.snap.gameobj->game_over) do_scoreboard = true;*/ - float width = 400*3.0f*gfx_screenaspect(); float height = 400*3.0f; -- cgit 1.4.1