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