Skip to content

Commit

Permalink
Remove obsolete recorddemo/stopdemo from menu
Browse files Browse the repository at this point in the history
  • Loading branch information
aurhat committed Dec 31, 2014
1 parent a78eb73 commit 779627c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions config/menus.cfg
Expand Up @@ -44,13 +44,7 @@ genmapitems $ctfmaps
menuitem [] -1
menuitem (_ [Show all maps..]) [showmenu [all maps]]

newmenu Demo // If in-game (playing demos isn't needed)
menuitem (_ [Start recording a demo]) recorddemo
menuitem (_ [Stop recording a demo]) stopdemo
menuitem (_ [Download demos from the server]) [ listdemos; showmenu [Download demo] ] // Lists the demos, then asks which would like to be downloaded.
newmenu [Play demo] // If not in-game (recording/downloading demos isn't needed)
newmenu [Play demo]
menuinit [ echo (_ [To stop demo playback, type:]) (red)/stopdemo ]
menudirlist demos dmo "demo $arg1"

Expand Down
2 changes: 1 addition & 1 deletion config/menus_multiplayer.cfg
Expand Up @@ -60,7 +60,7 @@ menuitem [Change weapon...] [ showmenu Weapons ] [ __ingamemenu_showmodel [In-ga
menuitem [Change to the enemy team] changeteam [ __ingamemenu_showmodel [In-game admin] 1 ]
menuitemvar [result (concat [Change to] (if (> (player1 team) 1) [ result active ] [ result spectate ]) mode)] spectate [ __ingamemenu_showmodel [In-game admin] 1 ]
menuitem [Change player skin...] [ showmenu (at [CLA RVSF] (player1 team)) ] [ __ingamemenu_showmodel [In-game admin] 1 ]
menuitem [Demos...] [ showmenu Demo ] [ __ingamemenu_showmodel "In-game admin" 0 ]
menuitem [Download a demo...] [ listdemos; showmenu [Download demo] ]
menuitem [] -1
menuitem " 4Main menu..." [ closemenu [In-game admin]; showmenu main ]
menuitem " 4Browse servers..." [ closemenu [In-game admin]; joinservermenu ]
Expand Down

0 comments on commit 779627c

Please sign in to comment.