(svn r11132) -Fix: NewGRFs seem to assume that STR_NULL is an empty string or so.

pull/155/head
rubidium 17 years ago
parent 84d5a97203
commit d578a0868e

@ -272,6 +272,8 @@ static StringID MapGRFStringID(uint32 grfid, StringID str)
TEXID_TO_STRINGID(0x482A, 0x483B, STR_482A_PRODUCTION_LAST_MONTH);
#undef TEXTID_TO_STRINGID
if (str == STR_NULL) return STR_EMPTY;
return str;
}

Loading…
Cancel
Save