From ab485b730f6407c668fc26e5e9c665d03650960a Mon Sep 17 00:00:00 2001 From: Hayden K Date: Sat, 1 Apr 2023 00:03:27 -0400 Subject: Unhide cl_showdemooverlay --- LICENCE | 4 ++-- dist/LICENCE.linux | 2 +- dist/LICENCE.windows | 2 +- src/fixes.c | 3 ++- 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 +Copyright © 2023 Michael Smith Copyright © 2022 Willian Henrique -Copyright © 2022 Hayden K +Copyright © 2023 Hayden K 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 Copyright © 2022 Willian Henrique -Copyright © 2022 Hayden K +Copyright © 2023 Hayden K 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 Copyright © 2022 Willian Henrique -Copyright © 2022 Hayden K +Copyright © 2023 Hayden K 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 - * Copyright © 2022 Hayden K + * Copyright © 2023 Hayden K * * 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"); -- cgit v1.2.3