aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS3
-rwxr-xr-xdevtools/credits.pl4
-rw-r--r--gui/credits.h2
3 files changed, 9 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 686e8a527b..5ea1243860 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -612,3 +612,6 @@ Special thanks to
Avalon for providing full source code for Soltys and letting us to
redistribute the game.
+ Jan Nedoma for providing the sources to the Wintermute-engine, and for
+ providing support while porting the engine to ScummVM
+
diff --git a/devtools/credits.pl b/devtools/credits.pl
index b1a73caad7..e022e1a4dc 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -1147,6 +1147,10 @@ begin_credits("Credits");
"Janusz Wiśniewski and Miroslaw Liminowicz from Laboratorium Komputerowe Avalon ".
"for providing full source code for Sołtys and letting us to redistribute the game.");
+ add_paragraph(
+ "Jan Nedoma for providing the sources to the Wintermute-engine, and for providing ".
+ "support while porting the engine to ScummVM");
+
end_section();
end_credits();
diff --git a/gui/credits.h b/gui/credits.h
index f971d06f36..e61cc1053f 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -722,5 +722,7 @@ static const char *credits[] = {
"C0""",
"C0""Janusz Wisniewski and Miroslaw Liminowicz from Laboratorium Komputerowe Avalon for providing full source code for Soltys and letting us to redistribute the game.",
"C0""",
+"C0""Jan Nedoma for providing the sources to the Wintermute-engine, and for providing support while porting the engine to ScummVM",
+"C0""",
"",
};