diff options
author | rubidium <rubidium@openttd.org> | 2008-06-19 10:20:45 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-06-19 10:20:45 +0000 |
commit | dd0a66e2029cb7e0b2a085f77377e5607eea85c1 (patch) | |
tree | aa42ed05929dce23217f02b630153fd576ef957f /src/lang | |
parent | ad9b19b77a986c587316c966501a781849ae6355 (diff) | |
download | openttd-dd0a66e2029cb7e0b2a085f77377e5607eea85c1.tar.xz |
(svn r13576) -Codechange: disable static NewGRFs when non-static NewGRFs query them in the context of network games. This makes it impossible for static NewGRFs to disable non-static NewGRFs and 'bad' things happening because the non-static NewGRF doesn't know about the static NewGRF.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index e01c4dc35..bc9e36279 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -3165,6 +3165,7 @@ STR_NEWGRF_ERROR_LOAD_AFTER :{STRING} must b STR_NEWGRF_ERROR_OTTD_VERSION_NUMBER :{STRING} requires OpenTTD version {STRING} or better. STR_NEWGRF_ERROR_AFTER_TRANSLATED_FILE :the GRF file it was designed to translate STR_NEWGRF_ERROR_TOO_MANY_NEWGRFS_LOADED :Too many NewGRFs are loaded. +STR_NEWGRF_ERROR_STATIC_GRF_CAUSES_DESYNC :Loading {STRING} as static NewGRF with {STRING} could cause desyncs. STR_NEWGRF_ADD :{BLACK}Add STR_NEWGRF_ADD_TIP :{BLACK}Add a NewGRF file to the list |