From 68c52dd5efca7ed66b083b70439337b8f1205c15 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Wed, 27 Aug 2008 16:23:15 +0000 Subject: repaired the local console --- src/game/client/components/hud.cpp | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'src/game/client/components/hud.cpp') diff --git a/src/game/client/components/hud.cpp b/src/game/client/components/hud.cpp index 0e8d371c..a73ed955 100644 --- a/src/game/client/components/hud.cpp +++ b/src/game/client/components/hud.cpp @@ -196,14 +196,9 @@ void HUD::render_cursor() gfx_quads_begin(); // render cursor - // TODO: repair me - //if (!menu_active) - { - dbg_msg("", "%f %f", gameclient.controls->target_pos.x, gameclient.controls->target_pos.y); - select_sprite(data->weapons.id[gameclient.snap.local_character->weapon%NUM_WEAPONS].sprite_cursor); - float cursorsize = 64; - draw_sprite(gameclient.controls->target_pos.x, gameclient.controls->target_pos.y, cursorsize); - } + select_sprite(data->weapons.id[gameclient.snap.local_character->weapon%NUM_WEAPONS].sprite_cursor); + float cursorsize = 64; + draw_sprite(gameclient.controls->target_pos.x, gameclient.controls->target_pos.y, cursorsize); gfx_quads_end(); } -- cgit 1.4.1