1
0
Fork 0

(svn r22631) -Fix: Additional text in fund industry window is NewGRF supplied and thus should have a default colour.

release/1.2
frosch 2011-07-03 14:49:19 +00:00
parent 5ea8b07e05
commit 98a9d30bfe
1 changed files with 1 additions and 1 deletions

View File

@ -459,7 +459,7 @@ public:
str = GetGRFStringID(indsp->grf_prop.grffile->grfid, 0xD000 + callback_res); // No. here's the new string
if (str != STR_UNDEFINED) {
StartTextRefStackUsage(6);
DrawStringMultiLine(left, right, y, bottom, str);
DrawStringMultiLine(left, right, y, bottom, str, TC_YELLOW);
StopTextRefStackUsage();
}
}