From 98a9d30bfe5ad1dc55f1fe0b30dcbf8feaa8d571 Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 3 Jul 2011 14:49:19 +0000 Subject: (svn r22631) -Fix: Additional text in fund industry window is NewGRF supplied and thus should have a default colour. --- src/industry_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/industry_gui.cpp b/src/industry_gui.cpp index e0d5cd4e7..83fc4addc 100644 --- a/src/industry_gui.cpp +++ b/src/industry_gui.cpp @@ -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(); } } -- cgit v1.2.3-70-g09d2