From a432321fb91bc0afbe802878fcd45adcee946a5b Mon Sep 17 00:00:00 2001 From: Alexander Baldeck Date: Sun, 19 Dec 2004 17:21:34 +0000 Subject: killed a few warnings about depcrated functions. mostly textprintf --- src/gui/chat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/chat.h') diff --git a/src/gui/chat.h b/src/gui/chat.h index 2321eb09..ea482aa1 100644 --- a/src/gui/chat.h +++ b/src/gui/chat.h @@ -58,6 +58,7 @@ /** calculate text-width in pixel */ #define TEXT_GETWIDTH(str) (text_length(font, str)) +#define TEXT_OUT(bmp, col, str) (textprintf_ex(bmp, font, 1, y, col, str, 1)) /** job dependend identifiers (?) */ #define SKILL_BASIC 0x0001 -- cgit v1.2.3-70-g09d2