(svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for DrawString.

This commit is contained in:
rubidium
2009-04-26 14:52:56 +00:00
parent e83ef9b4c7
commit 650cb3694e
24 changed files with 130 additions and 130 deletions

View File

@@ -1478,7 +1478,7 @@ static void DrawFiosTexts(int left, int right)
}
if (str != STR_ERROR_UNABLE_TO_READ_DRIVE) SetDParam(0, tot);
DrawString(left + 2, right - 2, 37, str, TC_FROMSTRING);
DrawString(left + 2, right - 2, 37, str);
DrawString(left + 2, right - 2, 27, path, TC_BLACK);
}