From 67731d344e860d9a1460011e054214f11eeb5d2b Mon Sep 17 00:00:00 2001 From: truelight Date: Mon, 13 Dec 2004 11:17:59 +0000 Subject: (svn r1045) -Fix: OpenTTD compiles again under VC6 (sign_de) --- functions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.h') diff --git a/functions.h b/functions.h index 7c35d7a53..54595290d 100644 --- a/functions.h +++ b/functions.h @@ -134,7 +134,7 @@ void DrawTextEffects(DrawPixelInfo *dpi); void InitTextMessage(); void DrawTextMessage(); -void AddTextMessage(uint16 color, uint8 duration, const char *message, ...); +void CDECL AddTextMessage(uint16 color, uint8 duration, const char *message, ...); void UndrawTextMessage(); void TextMessageDailyLoop(); -- cgit v1.2.3-54-g00ecf