(svn r11374) -Codechange: Give meaning to the magical number that specifies the color of the text in a DrawString call.
Patch heavily based on BiBB's work (FS#1383)
This commit is contained in:
@@ -53,7 +53,7 @@ static void BuildBridgeWndProc(Window *w, WindowEvent *e)
|
||||
SetDParam(0, b->material);
|
||||
DrawSprite(b->sprite, b->pal, 3, 15 + i * 22);
|
||||
|
||||
DrawString(44, 15 + i * 22 , STR_500D, 0);
|
||||
DrawString(44, 15 + i * 22 , STR_500D, TC_FROMSTRING);
|
||||
}
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user