From 0a738562ec9595c1b97ec7dfa573e8bca5a26e3c Mon Sep 17 00:00:00 2001 From: Spoike Date: Sun, 29 Jan 2006 03:38:43 +0000 Subject: [PATCH] Fix for dev-cpp's internal compiler error... Well, not just for dev-cpp, it really should have given a warning instead though. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1911 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/client/menu.c b/engine/client/menu.c index 3146330fc..336166f03 100644 --- a/engine/client/menu.c +++ b/engine/client/menu.c @@ -77,7 +77,7 @@ void M_PrintColoured (int cx, int cy, int colour, qbyte *str) { while (*str) { - M_DrawColouredCharacter (cx, cy, (*str) + (colour<