forked from mirror/OpenTTD
(svn r11287) -Codechange: add support for pushing paramaters into NewIndustries' error messages. Patch by Csaboka.
This commit is contained in:
@@ -503,7 +503,7 @@ static void IndustryViewWndProc(Window *w, WindowEvent *e)
|
||||
if (message != STR_NULL && message != STR_UNDEFINED) {
|
||||
y += 10;
|
||||
|
||||
PrepareTextRefStackUsage();
|
||||
PrepareTextRefStackUsage(6);
|
||||
DrawString(2, y, message, 0);
|
||||
StopTextRefStackUsage();
|
||||
}
|
||||
|
Reference in New Issue
Block a user