From ba51f8750ed1898d591cee7a60ccbec915f6c88d Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Mon, 21 Dec 2009 12:19:57 +0000 Subject: Brought back the INCLUDE_OLDGFX define svn-id: r46459 --- engines/sci/sci.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'engines/sci/sci.h') diff --git a/engines/sci/sci.h b/engines/sci/sci.h index 8e8c50d35e..c5f853cd17 100644 --- a/engines/sci/sci.h +++ b/engines/sci/sci.h @@ -41,7 +41,9 @@ struct ADGameDescription; */ namespace Sci { -// Please uncomment this if you want to use oldgui +// Uncomment this to include old graphics code +//#define INCLUDE_OLDGFX +// Uncomment this if you want to use the old graphics code. INCLUDE_OLDGFX must be defined //#define USE_OLDGFX // Uncomment this to use old music functions #define USE_OLD_MUSIC_FUNCTIONS -- cgit v1.2.3