diff options
author | Filippos Karapetis | 2009-12-21 12:19:57 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-12-21 12:19:57 +0000 |
commit | ba51f8750ed1898d591cee7a60ccbec915f6c88d (patch) | |
tree | ce4f1b7b1f58c21ec1708729633a4cf3b8f40783 /engines | |
parent | c261ecd055fda27c22745c612dad9fd2611103bb (diff) | |
download | scummvm-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')
-rw-r--r-- | engines/sci/sci.h | 4 |
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 |