From d7af679fd6811f2909ad574cd73d181d064ac7f3 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 16 Nov 2013 09:49:13 +0000 Subject: (svn r26006) -Fix [FS#5804]: Game script showing vehicle on a story book, then the vehicle being removed and eventually being replaced by a non-user vehicle (most likely smoke) causing an assertion to trigger --- src/lang/english.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lang') diff --git a/src/lang/english.txt b/src/lang/english.txt index adbb099fa..0ebfe9647 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2890,6 +2890,9 @@ STR_NEWGRF_INVALID_CARGO_QUANTITY :{COMMA} of STR_NEWGRF_INVALID_INDUSTRYTYPE : +# Placeholders for other invalid stuff, e.g. vehicles that have gone (Game Script). +STR_INVALID_VEHICLE : + # NewGRF scanning window STR_NEWGRF_SCAN_CAPTION :{WHITE}Scanning NewGRFs STR_NEWGRF_SCAN_MESSAGE :{BLACK}Scanning NewGRFs. Depending on the amount this can take a while... -- cgit v1.2.3-54-g00ecf