summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMichael Smith <mikesmiffy128@gmail.com>2023-12-13 00:54:39 +0000
committerMichael Smith <mikesmiffy128@gmail.com>2023-12-13 00:55:13 +0000
commitb71ce15ade8de4ac21a459432ebdd3f94ca5a8dd (patch)
tree115b2288baf461751afdcd2239c62ca1b48c1d16
parent9a853e73eff07b687508f14e80608c8b1c0909f3 (diff)
Improve quickreset command descriptions a bit
-rw-r--r--src/l4dreset.c4
1 files 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;