diff options
| -rw-r--r-- | AUTHORS | 4 | ||||
| -rwxr-xr-x | devtools/credits.pl | 5 | ||||
| -rw-r--r-- | gui/credits.h | 4 | 
3 files changed, 13 insertions, 0 deletions
| @@ -60,6 +60,10 @@ ScummVM Team         Oliver Kiehl          - (retired)         Ludvig Strigeus       - (retired) +    CGE: +       Arnaud Boutonne +       Paul Gilbert +      Cine:         Vincent Hamm          - (retired)         Pawel Kolodziejski diff --git a/devtools/credits.pl b/devtools/credits.pl index 8d4bc19df0..6199252a79 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -515,6 +515,11 @@ begin_credits("Credits");  		  add_person("Ludvig Strigeus", "ludde", "(retired)");  	  end_section(); +	  begin_section("CGE"); +		  add_person("Arnaud Boutonné", "Strangerke", ""); +		  add_person("Paul Gilbert", "dreammaster", ""); +	  end_section(); +  	  begin_section("Cine");  		  add_person("Vincent Hamm", "yaz0r", "(retired)");  		  add_person("Paweł Kołodziejski", "aquadran", ""); diff --git a/gui/credits.h b/gui/credits.h index 13898e03a0..ca2c10ca52 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -72,6 +72,10 @@ static const char *credits[] = {  "C0""Ludvig Strigeus",  "C2""(retired)",  "", +"C1""CGE", +"C0""Arnaud Boutonn\351", +"C0""Paul Gilbert", +"",  "C1""Cine",  "C0""Vincent Hamm",  "C2""(retired)", | 
