diff options
| -rw-r--r-- | LICENCE | 4 | ||||
| -rw-r--r-- | dist/LICENCE.linux | 2 | ||||
| -rw-r--r-- | dist/LICENCE.windows | 2 | ||||
| -rw-r--r-- | src/fixes.c | 3 | 
4 files changed, 6 insertions, 5 deletions
| @@ -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"); | 
