diff --git a/reaction/code/ui/ui_shared.c b/reaction/code/ui/ui_shared.c index 53791389..6011ec1d 100644 --- a/reaction/code/ui/ui_shared.c +++ b/reaction/code/ui/ui_shared.c @@ -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}, diff --git a/reaction/uifiles/ingame_record.menu b/reaction/uifiles/ingame_record.menu index b4bee54f..8832ce95 100644 --- a/reaction/uifiles/ingame_record.menu +++ b/reaction/uifiles/ingame_record.menu @@ -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"} } } }