CREDITS: update credits

This commit is contained in:
Pawel Kolodziejski 2015-01-20 22:42:48 +01:00
parent d1673ddbf5
commit 15eeacc7be
5 changed files with 4 additions and 8 deletions

View File

@ -42,8 +42,8 @@ ResidualVM
Vincent Hamm - Various engine code fixes and
improvements
Sven Hesse - Various compilation fixes
Matthew Hoops - Some engine improvements, some work on
EMI support
Matthew Hoops - Smush codec48, Grim and EMI engine
improvements
Erich Hoover - x86-64 fixes, various code fixes and
improvements
Max Horn - Few code fixes

View File

@ -524,7 +524,7 @@ begin_credits("Credits");
add_person("Azamat H. Hackimov", "winterheart", "Configure fix");
add_person("Vincent Hamm", "yazoo", "Various engine code fixes and improvements");
add_person("Sven Hesse", "DrMcCoy", "Various compilation fixes");
add_person("Matthew Hoops", "clone2727", "Some engine improvements, some work on EMI support");
add_person("Matthew Hoops", "clone2727", "Smush codec48, Grim and EMI engine improvements");
add_person("Erich Hoover", "Compholio", "x86-64 fixes, various code fixes and improvements");
add_person("Max Horn", "fingolfin", "Few code fixes");
add_person("Travis Howell", "Kirben", "Various code fixes, Windows port");

View File

@ -20,8 +20,6 @@
*
*/
// Adopted from the smushplay - A simple LucasArts SMUSH video player
#include "common/endian.h"
#include "common/util.h"
#include "common/textconsole.h"

View File

@ -20,8 +20,6 @@
*
*/
// Adopted from the smushplay - A simple LucasArts SMUSH video player
#ifndef CODEC48_H
#define CODEC48_H

View File

@ -63,7 +63,7 @@ static const char *credits[] = {
"C0""Sven Hesse",
"C2""Various compilation fixes",
"C0""Matthew Hoops",
"C2""Some engine improvements, some work on EMI support",
"C2""Smush codec48, Grim and EMI engine improvements",
"C0""Erich Hoover",
"C2""x86-64 fixes, various code fixes and improvements",
"C0""Max Horn",