From a6502da9acae76abe874da65d4a1ba2576e58e76 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 13 Nov 2008 11:26:47 +0000 Subject: * got rid of CDECL * got rid of scumm_strrev * added DISABLE_TEXT_CONSOLE flag which disables printf, warning, debug (but not error) svn-id: r35038 --- engines/scumm/scumm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/scumm/scumm.h') diff --git a/engines/scumm/scumm.h b/engines/scumm/scumm.h index 582d9fdf60..1c550f824c 100644 --- a/engines/scumm/scumm.h +++ b/engines/scumm/scumm.h @@ -130,7 +130,7 @@ enum GameFeatures { }; /* SCUMM Debug Channels */ -void CDECL debugC(int level, const char *s, ...); +void debugC(int level, const char *s, ...); enum { DEBUG_GENERAL = 1 << 0, // General debug -- cgit v1.2.3