(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:
@@ -80,7 +80,7 @@ static void EnginePreviewWndProc(Window *w, WindowEvent *e)
|
||||
DrawStringMultiCenter(150, 44, STR_8101_WE_HAVE_JUST_DESIGNED_A, 296);
|
||||
|
||||
SetDParam(0, engine);
|
||||
DrawStringCentered(w->width >> 1, 80, STR_ENGINE_NAME, 0x10);
|
||||
DrawStringCentered(w->width >> 1, 80, STR_ENGINE_NAME, TC_BLACK);
|
||||
|
||||
dei = &_draw_engine_list[GetEngine(engine)->type];
|
||||
|
||||
|
Reference in New Issue
Block a user