CREDITS: Thank Jan Nedoma (Mnemonic) for sources/assistance with WME.

This commit is contained in:
Einar Johan Trøan Sømåen 2012-09-06 16:53:01 +02:00
parent f607112da0
commit 3513f3870d
3 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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();

View File

@ -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""",
"",
};