[Scummvm-git-logs] scummvm master -> 4886410522909d004e1a41251c8e1e9642e96523
Die4Ever
noreply at scummvm.org
Fri Feb 11 16:03:42 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
4886410522 CREDITS: Fix alphabetical order for Groovie
Commit: 4886410522909d004e1a41251c8e1e9642e96523
https://github.com/scummvm/scummvm/commit/4886410522909d004e1a41251c8e1e9642e96523
Author: Die4Ever (die4ever2005 at gmail.com)
Date: 2022-02-11T10:03:24-06:00
Commit Message:
CREDITS: Fix alphabetical order for Groovie
Changed paths:
AUTHORS
doc/docportal/help/credits.rst
engines/groovie/credits.pl
gui/credits.h
diff --git a/AUTHORS b/AUTHORS
index 767a4579f12..daa30d354d7 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -220,9 +220,9 @@ ScummVM Team
Groovie:
Henry Bush
+ Ray Carro
Scott Thomas
Jordi Vilalta Prat
- Ray Carro
Hades Challenge:
Vladimir Serbinenko/Google
diff --git a/doc/docportal/help/credits.rst b/doc/docportal/help/credits.rst
index 2bd7fe71b59..47eb1073e0c 100644
--- a/doc/docportal/help/credits.rst
+++ b/doc/docportal/help/credits.rst
@@ -537,12 +537,12 @@ Groovie
* - Henry Bush
-
+ * - Ray Carro
+ -
* - Scott Thomas
-
* - Jordi Vilalta Prat
-
- * - Ray Carro
- -
Hades Challenge
^^^^^^^^^^^^^^^
diff --git a/engines/groovie/credits.pl b/engines/groovie/credits.pl
index 287b2aac059..d861cf69fbb 100644
--- a/engines/groovie/credits.pl
+++ b/engines/groovie/credits.pl
@@ -1,6 +1,6 @@
begin_section("Groovie");
add_person("Henry Bush", "spookypeanut", "");
+ add_person("Ray Carro", "Die4Ever", "");
add_person("Scott Thomas", "ST", "");
add_person("Jordi Vilalta Prat", "jvprat", "");
- add_person("Ray Carro", "Die4Ever", "");
end_section();
diff --git a/gui/credits.h b/gui/credits.h
index 196b0851bed..91e255acf3d 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -284,9 +284,9 @@ static const char *credits[] = {
"",
"C1""Groovie",
"C0""Henry Bush",
+"C0""Ray Carro",
"C0""Scott Thomas",
"C0""Jordi Vilalta Prat",
-"C0""Ray Carro",
"",
"C1""Hades Challenge",
"C0""Vladimir Serbinenko/Google",
More information about the Scummvm-git-logs
mailing list