From 47ca35951ce9960e87ae892f24c22bb78a835569 Mon Sep 17 00:00:00 2001 From: Ian Date: Thu, 16 Feb 2023 16:22:19 -0500 Subject: [PATCH] FTE: Bind minus ("-") to impulse 24 instead of 23. --- pc/nzp/fte.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pc/nzp/fte.cfg b/pc/nzp/fte.cfg index a81e1b0..5f83736 100644 --- a/pc/nzp/fte.cfg +++ b/pc/nzp/fte.cfg @@ -3,7 +3,7 @@ bind "TAB" "showscores" bind "ESCAPE" "togglemenu" bind "SPACE" "impulse 10" -bind - "impulse 23" +bind - "impulse 24" bind 0 "impulse 109" bind 1 "impulse 110" bind 2 "impulse 111"