[Scummvm-git-logs] scummvm master -> e33c80eaba869d189b0efab86bc8ac2b692d2023

sluicebox 22204938+sluicebox at users.noreply.github.com
Wed Aug 14 03:45:48 CEST 2019


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:
e33c80eaba CREDITS: Add myself


Commit: e33c80eaba869d189b0efab86bc8ac2b692d2023
    https://github.com/scummvm/scummvm/commit/e33c80eaba869d189b0efab86bc8ac2b692d2023
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2019-08-13T18:45:08-07:00

Commit Message:
CREDITS: Add myself

The big reveal

Changed paths:
    AUTHORS
    devtools/credits.pl
    gui/credits.h


diff --git a/AUTHORS b/AUTHORS
index a411d6e..0dd8833 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -238,6 +238,7 @@ ScummVM Team
        Eugene Sandulenko
 
     SCI:
+       Chris Benshoof
        Greg Frieger
        Paul Gilbert
        Max Horn                     - (retired)
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 83cb4a7..1931cea 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -817,6 +817,7 @@ begin_credits("Credits");
 			end_section();
 
 			begin_section("SCI");
+				add_person("Chris Benshoof", "sluicebox", "");
 				add_person("Greg Frieger", "_FRG_", "");
 				add_person("Paul Gilbert", "dreammaster", "");
 				add_person("Max Horn", "Fingolfin", "(retired)");
diff --git a/gui/credits.h b/gui/credits.h
index 41741c0..944c4da 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -293,6 +293,7 @@ static const char *credits[] = {
 "C0""Eugene Sandulenko",
 "",
 "C1""SCI",
+"C0""Chris Benshoof",
 "C0""Greg Frieger",
 "C0""Paul Gilbert",
 "C0""Max Horn",





More information about the Scummvm-git-logs mailing list