From b5dbdb31d3b685c1eea1c35d204b371e516d2630 Mon Sep 17 00:00:00 2001 From: Christopher Schwarz Date: Sat, 22 Jan 2011 15:09:59 +0000 Subject: * Implement cg_staticDeathCam to disable moving the death camera when the killer moves --- assets/ui/ingame_options.menu | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'assets') diff --git a/assets/ui/ingame_options.menu b/assets/ui/ingame_options.menu index 5c22cdf6..f99eee8a 100644 --- a/assets/ui/ingame_options.menu +++ b/assets/ui/ingame_options.menu @@ -289,6 +289,26 @@ } } + itemDef + { + name player + group optionsGrp + type ITEM_TYPE_YESNO + text "Static Death Cam:" + cvar "cg_staticDeathCam" + rect CONTENT_X (CONTENT_Y+(6*ELEM_H)) CONTENT_W ELEM_H + textalign ALIGN_RIGHT + textvalign VALIGN_CENTER + textalignx CONTENT_OFF + textscale .25 + forecolor 1 1 1 1 + visible MENU_FALSE + action + { + play "sound/misc/menu1.wav"; + } + } + //////// HUD itemDef -- cgit