aboutsummaryrefslogtreecommitdiff
path: root/tools/credits.pl
diff options
context:
space:
mode:
authorEugene Sandulenko2006-06-03 18:23:36 +0000
committerEugene Sandulenko2006-06-03 18:23:36 +0000
commit2c01a4c9013a92ba340dee6864c7c767da1c699c (patch)
tree4fd97f4bc0ead7e15c3ffa86a2d513323cd0e9b6 /tools/credits.pl
parent6cfb416d44b04960b2ddc304641f873a71085a31 (diff)
downloadscummvm-rg350-2c01a4c9013a92ba340dee6864c7c767da1c699c.tar.gz
scummvm-rg350-2c01a4c9013a92ba340dee6864c7c767da1c699c.tar.bz2
scummvm-rg350-2c01a4c9013a92ba340dee6864c7c767da1c699c.zip
I completely forgot to gredit Laurent Blume for Solaris x86 build which we
offer. svn-id: r22901
Diffstat (limited to 'tools/credits.pl')
-rwxr-xr-xtools/credits.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/credits.pl b/tools/credits.pl
index 6224d30ede..9eb2556e6c 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -624,6 +624,10 @@ begin_credits("Credits");
add_person("Robert Kelsen", "", "");
end_section();
+ begin_section("Solaris x86");
+ add_person("Laurent Blume", "laurent", "");
+ end_section();
+
begin_section("Win32");
add_person("Travis Howell", "Kirben", "");
end_section();