From e2c0f1faf75c1c81790f11c88f9ceee8d36916c0 Mon Sep 17 00:00:00 2001 From: belugas Date: Sun, 4 Nov 2007 00:08:57 +0000 Subject: (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) --- src/bridge_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bridge_gui.cpp') diff --git a/src/bridge_gui.cpp b/src/bridge_gui.cpp index 091a1e686..30e94b30e 100644 --- a/src/bridge_gui.cpp +++ b/src/bridge_gui.cpp @@ -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; -- cgit v1.2.3-70-g09d2