diff options
author | Einar Johan Trøan Sømåen | 2012-09-06 16:53:01 +0200 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2012-09-06 16:53:01 +0200 |
commit | 3513f3870de3d99fafd7625120e5bf68436dd15d (patch) | |
tree | 9758f6fc63004c39053af91ed0ea9b4ca0bb2b25 /devtools | |
parent | f607112da03d56329cfd0a62e47db6f4b9e145e1 (diff) | |
download | scummvm-rg350-3513f3870de3d99fafd7625120e5bf68436dd15d.tar.gz scummvm-rg350-3513f3870de3d99fafd7625120e5bf68436dd15d.tar.bz2 scummvm-rg350-3513f3870de3d99fafd7625120e5bf68436dd15d.zip |
CREDITS: Thank Jan Nedoma (Mnemonic) for sources/assistance with WME.
Diffstat (limited to 'devtools')
-rwxr-xr-x | devtools/credits.pl | 4 |
1 files changed, 4 insertions, 0 deletions
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(); |