aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sci.h
diff options
context:
space:
mode:
authorFilippos Karapetis2009-12-21 12:19:57 +0000
committerFilippos Karapetis2009-12-21 12:19:57 +0000
commitba51f8750ed1898d591cee7a60ccbec915f6c88d (patch)
treece4f1b7b1f58c21ec1708729633a4cf3b8f40783 /engines/sci/sci.h
parentc261ecd055fda27c22745c612dad9fd2611103bb (diff)
downloadscummvm-rg350-ba51f8750ed1898d591cee7a60ccbec915f6c88d.tar.gz
scummvm-rg350-ba51f8750ed1898d591cee7a60ccbec915f6c88d.tar.bz2
scummvm-rg350-ba51f8750ed1898d591cee7a60ccbec915f6c88d.zip
Brought back the INCLUDE_OLDGFX define
svn-id: r46459
Diffstat (limited to 'engines/sci/sci.h')
-rw-r--r--engines/sci/sci.h4
1 files changed, 3 insertions, 1 deletions
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