diff options
author | frosch <frosch@openttd.org> | 2012-08-21 20:56:06 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2012-08-21 20:56:06 +0000 |
commit | 59753be4caaf78a2bf5399a3d2df377de0d2f655 (patch) | |
tree | 00e0fbd9058622ad8bb69f24072f86f9b8c4b084 /src | |
parent | 0c42bc863b55c7fb206b04d58d2cc92e10013f67 (diff) | |
download | openttd-59753be4caaf78a2bf5399a3d2df377de0d2f655.tar.xz |
(svn r24494) -Update: Some documentation.
Diffstat (limited to 'src')
-rw-r--r-- | src/misc_gui.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/misc_gui.cpp b/src/misc_gui.cpp index bd7832c39..7dbb84ad0 100644 --- a/src/misc_gui.cpp +++ b/src/misc_gui.cpp @@ -381,6 +381,7 @@ static const char * const _credits[] = { " Zden\xC4\x9Bk Sojka (SmatZ) - Bug finder and fixer", " Jos\xC3\xA9 Soler (Terkhen) - General coding", " Thijs Marinussen (Yexo) - AI Framework", + " Leif Linse (Zuu) - AI/Game Script", "", "Inactive Developers:", " Bjarni Corfitzen (Bjarni) - MacOSX port, coder and vehicles", |