From 883cf3f60e9e35e616a445f2aae6c07bebb45d1f Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 25 Dec 2002 14:59:33 +0000 Subject: use specified color svn-id: r6133 --- scumm/nut_renderer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scumm/nut_renderer.cpp b/scumm/nut_renderer.cpp index 1f3f6c56da..b1e0187ed6 100644 --- a/scumm/nut_renderer.cpp +++ b/scumm/nut_renderer.cpp @@ -191,7 +191,7 @@ void NutRenderer::drawString(char *string, int32 x, int32 y, byte color, int32 m return; } - drawChar(string[l], x, y, 0); + drawChar(string[l], x, y, color); x += getCharWidth(string[l]); l++; } while (string[l] != 0); -- cgit v1.2.3