From 8f02cdeed2416fb4a1892979e1d8cb2011151fef Mon Sep 17 00:00:00 2001 From: Jerome Fisher Date: Sat, 2 Apr 2011 02:00:34 +0200 Subject: [PATCH] CREDITS: Pull Jerome Fisher out of retirement (for one final mission, etc.). --- AUTHORS | 2 +- gui/credits.h | 2 +- tools/credits.pl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index 39b6c43a2e4a..973cf689e8a0 100644 --- a/AUTHORS +++ b/AUTHORS @@ -255,7 +255,7 @@ ScummVM Team Miscellaneous: David Corrales-Lopez - Filesystem access improvements (GSoC 2007 task) (retired) - Jerome Fisher - MT-32 emulator (retired) + Jerome Fisher - MT-32 emulator Benjamin Haisch - Heavily improved de-/encoder for DXA videos Jochen Hoenicke - Speaker & PCjr sound support, AdLib work (retired) diff --git a/gui/credits.h b/gui/credits.h index f60d4642702e..762e22f0e110 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -282,7 +282,7 @@ static const char *credits[] = { "C0""David Corrales-Lopez", "C2""Filesystem access improvements (GSoC 2007 task) (retired)", "C0""Jerome Fisher", -"C2""MT-32 emulator (retired)", +"C2""MT-32 emulator", "C0""Benjamin Haisch", "C2""Heavily improved de-/encoder for DXA videos", "C0""Jochen Hoenicke", diff --git a/tools/credits.pl b/tools/credits.pl index d6e807e25988..349197d90cc2 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -786,7 +786,7 @@ sub add_paragraph { begin_section("Miscellaneous"); add_person("David Corrales-Lopez", "david_corrales", "Filesystem access improvements (GSoC 2007 task) (retired)"); - add_person("Jerome Fisher", "KingGuppy", "MT-32 emulator (retired)"); + add_person("Jerome Fisher", "KingGuppy", "MT-32 emulator"); add_person("Benjamin Haisch", "john_doe", "Heavily improved de-/encoder for DXA videos"); add_person("Jochen Hoenicke", "hoenicke", "Speaker & PCjr sound support, AdLib work (retired)"); add_person("Chris Page", "cp88", "Return to launcher, savestate improvements, leak fixes, ... (GSoC 2008 task) (retired)");