diff options
author | truelight <truelight@openttd.org> | 2007-11-11 14:32:18 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2007-11-11 14:32:18 +0000 |
commit | dd6ef7ad49940f1da353e52afeb2ae2e110d6b78 (patch) | |
tree | 13cbb274e227b3ce562de9d57f1cd556b961e9e4 /src | |
parent | 75b7ca42ae9dfaed4054eb3af5f482acb75eb9b0 (diff) | |
download | openttd-dd6ef7ad49940f1da353e52afeb2ae2e110d6b78.tar.xz |
(svn r11409) -Update: as of now, I am a retired Developer, so mark me as such
Diffstat (limited to 'src')
-rw-r--r-- | src/lang/english.txt | 2 | ||||
-rw-r--r-- | src/misc_gui.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 45879cdbe..c3383d8dc 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -1335,7 +1335,7 @@ STR_CONFIG_GAME_PRODUCTION :{WHITE}Change p TEMP_AI_IN_PROGRESS :{WHITE}Welcome to the new AI under development. If you encounter problems, take a screenshot and post it in the forum. TEMP_AI_ACTIVATED :{WHITE}Warning: this new AI is still alpha! Currently, only trucks and busses work! -TEMP_AI_MULTIPLAYER :{WHITE}Warning: implementation is still experimental (using new AI). Please report any problems to truelight@openttd.org. +TEMP_AI_MULTIPLAYER :{WHITE}Warning: implementation is still experimental (using new AI). ############ network gui strings diff --git a/src/misc_gui.cpp b/src/misc_gui.cpp index f45e56c11..94e46d54b 100644 --- a/src/misc_gui.cpp +++ b/src/misc_gui.cpp @@ -223,12 +223,12 @@ static const char *credits[] = { " Peter Nelson (peter1138) - Spiritual descendant from newgrf gods", " Remko Bijker (Rubidium) - THE desync hunter", " Christoph Mallon (Tron) - Programmer, code correctness police", - " Patric Stout (TrueLight) - Coder, network guru, SVN-, MS- and website host", "", "Retired Developers:", " Ludvig Strigeus (ludde) - OpenTTD author, main coder (0.1 - 0.3.3)", " Serge Paquet (vurlix) - Assistant project manager, coder (0.1 - 0.3.3)", " Dominik Scherer (dominik81) - Lead programmer, GUI expert (0.3.0 - 0.3.6)", + " Patric Stout (TrueLight) - Programmer, webhoster (0.3 - pre0.6)", "", "Special thanks go out to:", " Josef Drexler - For his great work on TTDPatch", |