summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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;