From dc94850a57da6e2eba3d0dfcb57265c883438d92 Mon Sep 17 00:00:00 2001 From: Roman Tetelman Date: Sat, 3 Oct 2009 12:02:11 +0000 Subject: * crosshairs now use the center of the rectangle defined by the hud for their position, instead of cg_crosshairX/cg_crosshairY --- ui/tremulous_common_hud.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui') diff --git a/ui/tremulous_common_hud.h b/ui/tremulous_common_hud.h index e9ddf06c..acdf5120 100644 --- a/ui/tremulous_common_hud.h +++ b/ui/tremulous_common_hud.h @@ -185,6 +185,7 @@ itemDef name "crosshair" visible MENU_TRUE decoration + rect 320 240 0 0 forecolor COMMON_HUD_R COMMON_HUD_G COMMON_HUD_B .35 ownerdraw CG_PLAYER_CROSSHAIR } -- cgit