summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorHayden K <imaciidz@gmail.com>2023-04-01 00:03:27 -0400
committerMichael Smith <mikesmiffy128@gmail.com>2023-05-04 23:49:27 +0100
commitab485b730f6407c668fc26e5e9c665d03650960a (patch)
tree5fb40f052017603529671d6e7e5ef494757addb8 /src
parent5194eeb0e7bb5d2a2086c96ed04c2a47f9594d87 (diff)
Unhide cl_showdemooverlay
Diffstat (limited to 'src')
-rw-r--r--src/fixes.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fixes.c b/src/fixes.c
index 7cdc2cb..a948b52 100644
--- a/src/fixes.c
+++ b/src/fixes.c
@@ -1,6 +1,6 @@
/*
* Copyright © 2023 Michael Smith <mikesmiffy128@gmail.com>
- * Copyright © 2022 Hayden K <imaciidz@gmail.com>
+ * Copyright © 2023 Hayden K <imaciidz@gmail.com>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -52,6 +52,7 @@ static void generalfixes(void) {
unhide("demo_pauseatservertick");
unhide("demo_quitafterplayback");
unhide("demo_interpolateview");
+ unhide("cl_showdemooverlay");
// some handy console stuff
unhide("con_filter_enable");