diff options
author | Paul Gilbert | 2009-05-06 11:11:44 +0000 |
---|---|---|
committer | Paul Gilbert | 2009-05-06 11:11:44 +0000 |
commit | 25e844655e31f61bf2f74f545a1984315f1fc217 (patch) | |
tree | 55c533d78540143cd7480234fcb754580aed5abb /engines/sci/sfx/softseq/opl2.cpp | |
parent | 36ebfc0a904eff6e14ffe050e2c6c9239611c7ac (diff) | |
download | scummvm-rg350-25e844655e31f61bf2f74f545a1984315f1fc217.tar.gz scummvm-rg350-25e844655e31f61bf2f74f545a1984315f1fc217.tar.bz2 scummvm-rg350-25e844655e31f61bf2f74f545a1984315f1fc217.zip |
Sync with adlib.cpp rename
svn-id: r40358
Diffstat (limited to 'engines/sci/sfx/softseq/opl2.cpp')
-rw-r--r-- | engines/sci/sfx/softseq/opl2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/sfx/softseq/opl2.cpp b/engines/sci/sfx/softseq/opl2.cpp index c6b40e68b7..9bb231d57d 100644 --- a/engines/sci/sfx/softseq/opl2.cpp +++ b/engines/sci/sfx/softseq/opl2.cpp @@ -47,7 +47,7 @@ #include "sci/tools.h" #include "sci/sfx/iterator.h" #include "../softseq.h" -#include "../adlib.h" +#include "../adlib_sbi.h" #include "sound/fmopl.h" |