summaryrefslogtreecommitdiffhomepage
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
parent5194eeb0e7bb5d2a2086c96ed04c2a47f9594d87 (diff)
Unhide cl_showdemooverlay
-rw-r--r--LICENCE4
-rw-r--r--dist/LICENCE.linux2
-rw-r--r--dist/LICENCE.windows2
-rw-r--r--src/fixes.c3
4 files changed, 6 insertions, 5 deletions
diff --git a/LICENCE b/LICENCE
index 3b765fb..95f63fa 100644
--- a/LICENCE
+++ b/LICENCE
@@ -1,8 +1,8 @@
Except where otherwise noted, the following terms apply:
════════════════════════════════════════════════════════════════════════════════
-Copyright © 2023 Michael Smith <mikesmiffy128@gmail.com>
+Copyright © 2023 Michael Smith <mikesmiffy128@gmail.com>
Copyright © 2022 Willian Henrique <wsimanbrazil@yahoo.com.br>
-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 copyright notice
diff --git a/dist/LICENCE.linux b/dist/LICENCE.linux
index c8f98dd..72edf01 100644
--- a/dist/LICENCE.linux
+++ b/dist/LICENCE.linux
@@ -2,7 +2,7 @@ Source Speedrun Tools is released under the following copyright licence:
════════════════════════════════════════════════════════════════════════════════
Copyright © 2023 Michael Smith <mikesmiffy128@gmail.com>
Copyright © 2022 Willian Henrique <wsimanbrazil@yahoo.com.br>
-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 copyright notice
diff --git a/dist/LICENCE.windows b/dist/LICENCE.windows
index 4f56e46..29b9648 100644
--- a/dist/LICENCE.windows
+++ b/dist/LICENCE.windows
@@ -2,7 +2,7 @@ Source Speedrun Tools is released under the following copyright licence:
════════════════════════════════════════════════════════════════════════════════
Copyright © 2023 Michael Smith <mikesmiffy128@gmail.com>
Copyright © 2022 Willian Henrique <wsimanbrazil@yahoo.com.br>
-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 copyright notice
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");