From b71ce15ade8de4ac21a459432ebdd3f94ca5a8dd Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 13 Dec 2023 00:54:39 +0000 Subject: Improve quickreset command descriptions a bit --- src/l4dreset.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/l4dreset.c b/src/l4dreset.c index 29e26c6..c228665 100644 --- a/src/l4dreset.c +++ b/src/l4dreset.c @@ -153,11 +153,11 @@ static float ffadj = 0; static bool mapchanging = false; DEF_CVAR_MINMAX_UNREG(sst_l4d_quickreset_peektime, - "How long to show each item spot during cutscene fast-forward on reset", + "Number of seconds to show each relevant item spot during fast-forward", 1.5, 0, 3, CON_ARCHIVE | CON_HIDDEN) DEF_CCMD_HERE_UNREG(sst_l4d_quickreset_continue, - "Get to the end of the current cutscene immediately", 0) { + "Get to the end of the current cutscene without further slowdowns", 0) { if (!ffdelay) { con_warn("not currently fast-forwarding a cutscene\n"); return; -- cgit v1.2.3