diff options
author | peter1138 <peter1138@openttd.org> | 2010-01-22 13:02:15 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2010-01-22 13:02:15 +0000 |
commit | 927f149ff2caa2203398ff1bee3c892477fe54e7 (patch) | |
tree | e4b55a5b35acf08c92a7a1a5bf4273561c872bd7 /src/lang | |
parent | 7ec3d9a0c66f82822fad924de7ab72a02e0521eb (diff) | |
download | openttd-927f149ff2caa2203398ff1bee3c892477fe54e7.tar.xz |
(svn r18884) -Fix: [NewGRF] Perform bounds checking for all NewGRF data reads. Explicit length checks (which were not always correct) are no longer needed so these are removed to simplify code.
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 adb4f3008..1e1ad8021 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2370,6 +2370,7 @@ STR_NEWGRF_ERROR_UNKNOWN_PROPERTY :Unknown Action STR_NEWGRF_ERROR_INVALID_ID :Attempt to use invalid ID. STR_NEWGRF_ERROR_CORRUPT_SPRITE :{YELLOW}{RAW_STRING} contains a corrupt sprite. All corrupt sprites will be shown as a red question mark (?). STR_NEWGRF_ERROR_MULTIPLE_ACTION_8 :Contains multiple Action 8 entries. +STR_NEWGRF_ERROR_READ_BOUNDS :Read past end of pseudo-sprite. # NewGRF related 'general' warnings STR_NEWGRF_POPUP_CAUTION_CAPTION :{WHITE}Caution! |