diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/sci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/sci.h b/engines/sci/sci.h index 727e4e0633..7bf4c69160 100644 --- a/engines/sci/sci.h +++ b/engines/sci/sci.h @@ -46,7 +46,7 @@ namespace Sci { // 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 +//#define USE_OLD_MUSIC_FUNCTIONS // Uncomment this to use old pathfinding code //#define OLD_PATHFINDING |