mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-01-22 17:41:11 +00:00
[05:47] JBravo: no default binding for Bandage
[08:59] Monk: when you hit stop on demo recorder, all in-game menus close
This commit is contained in:
parent
2c69d6164e
commit
3ee2d4fe9f
2 changed files with 2 additions and 2 deletions
|
@ -5030,7 +5030,7 @@ static bind_t g_bindings[] = {
|
|||
{"messagemode2", 'y', -1, -1, -1},
|
||||
{"messagemode3", -1, -1, -1, -1},
|
||||
{"messagemode4", -1, -1, -1, -1},
|
||||
{"bandage", 'c', -1, -1, -1},
|
||||
{"bandage", 'f', -1, -1, -1},
|
||||
//reload
|
||||
{"+button5", 'r', -1, -1, -1},
|
||||
{"weapon", 'z', K_MOUSE3, -1, -1},
|
||||
|
|
|
@ -133,7 +133,7 @@
|
|||
shortcutKey "S"
|
||||
forecolor 0 0 0 1
|
||||
visible 1
|
||||
action { play "sound/ui/whoosh3.wav" ; uiScript closeingame ; exec "stoprecord"}
|
||||
action { play "sound/ui/whoosh3.wav" ; exec "stoprecord"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue