diff options
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 |