diff options
| author | Filippos Karapetis | 2010-01-05 00:25:49 +0000 |
|---|---|---|
| committer | Filippos Karapetis | 2010-01-05 00:25:49 +0000 |
| commit | 86cad51d0798ddad02fadc2380f39a8db2aa30fa (patch) | |
| tree | 226e88d1f56f115dbb2526f9be5f6ff9b56f4785 | |
| parent | 575bc45301f7c510dd9aced29b597ba6bd040618 (diff) | |
| download | scummvm-rg350-86cad51d0798ddad02fadc2380f39a8db2aa30fa.tar.gz scummvm-rg350-86cad51d0798ddad02fadc2380f39a8db2aa30fa.tar.bz2 scummvm-rg350-86cad51d0798ddad02fadc2380f39a8db2aa30fa.zip | |
Set the new sound code as default
svn-id: r47003
| -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 |
