dzavalishin / jdrive

OpenTTD port to Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DrawStringMultiCenter crashes in News

dzavalishin opened this issue · comments

NewsItem.java:74, crash in Strings.java:15, parameter is null
Text is '.Service subsidy awarded...'

text ':{BLACK}{BIGFONT}Service subsidy awarded to {COMPANY}!{}{}{STRING} service from {STATION} to {STATION} will pay triple rates for the next year!'

Supposed to eat 5 args (2 for COMPANY), but there are just 4 of them sent.

Supposedly error in InjectDParam()