aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS4
-rw-r--r--gui/credits.h4
-rwxr-xr-xtools/credits.pl1
3 files changed, 2 insertions, 7 deletions
diff --git a/AUTHORS b/AUTHORS
index d402f69e55..aaccb53e83 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -260,7 +260,6 @@ Other contributions
David Jensen - SVG logo conversion
Jean Marc - ScummVM logo
Raina - ScummVM forum buttons
- Clemens Steinhuber - ScummVM forum theme
Code contributions
------------------
@@ -330,6 +329,5 @@ Special thanks to
is today. Feel free to drop us a line and tell us what you think, guys!
Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft for sharing
- the source code of The Feeble Files and Simon the Sorcerer's Puzzle Pack
- with us.
+ the source code of some of their games with us.
diff --git a/gui/credits.h b/gui/credits.h
index 0dc4f598e0..623051a464 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -292,8 +292,6 @@ static const char *credits[] = {
"C2""ScummVM logo",
"C0""Raina",
"C2""ScummVM forum buttons",
-"C0""Clemens Steinhuber",
-"C2""ScummVM forum theme",
"",
"C1""Code contributions",
"C0""Ori Avtalion",
@@ -384,7 +382,7 @@ static const char *credits[] = {
"C0""",
"C0""Aric Wilmunder, Ron Gilbert, David Fox, Vince Lee, and all those at LucasFilm/LucasArts who made SCUMM the insane mess to reimplement that it is today. Feel free to drop us a line and tell us what you think, guys!",
"C0""",
-"C0""Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft for sharing the source code of The Feeble Files and Simon the Sorcerer's Puzzle Pack with us.",
+"C0""Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft for sharing the source code of some of their games with us.",
"C0""",
"",
};
diff --git a/tools/credits.pl b/tools/credits.pl
index abe38146a5..dea06e27e7 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -773,7 +773,6 @@ begin_credits("Credits");
add_person("David Jensen", "Tyst", "SVG logo conversion");
add_person("Jean Marc", "", "ScummVM logo");
add_person("", "Raina", "ScummVM forum buttons");
- add_person("Clemens Steinhuber", "", "ScummVM forum theme");
end_persons();
end_section();