diff options
author | Eugene Sandulenko | 2009-05-06 11:01:58 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2009-05-06 11:01:58 +0000 |
commit | efa3d244fa881b4080ec99dc0239f5c19f8c082a (patch) | |
tree | 82ed70c0293e09f6c75209dd22a8a6b775ba49d5 | |
parent | a9d1e5efa981d8edce6f55550d0ab06cdef81986 (diff) | |
download | scummvm-rg350-efa3d244fa881b4080ec99dc0239f5c19f8c082a.tar.gz scummvm-rg350-efa3d244fa881b4080ec99dc0239f5c19f8c082a.tar.bz2 scummvm-rg350-efa3d244fa881b4080ec99dc0239f5c19f8c082a.zip |
Sync with adlib.cpp rename
svn-id: r40354
-rw-r--r-- | engines/sci/module.mk | 2 | ||||
-rw-r--r-- | engines/sci/sfx/adlib_sbi.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/module.mk b/engines/sci/module.mk index 8fd492938d..bcbbc46c7d 100644 --- a/engines/sci/module.mk +++ b/engines/sci/module.mk @@ -58,7 +58,7 @@ MODULE_OBJS = \ scicore/versions.o \ scicore/vocabulary.o \ scicore/vocab_debug.o \ - sfx/adlib.o \ + sfx/adlib_sbi.o \ sfx/core.o \ sfx/iterator.o \ sfx/songlib.o \ diff --git a/engines/sci/sfx/adlib_sbi.cpp b/engines/sci/sfx/adlib_sbi.cpp index 0c5ecb000d..8ce2df75ab 100644 --- a/engines/sci/sfx/adlib_sbi.cpp +++ b/engines/sci/sfx/adlib_sbi.cpp @@ -23,7 +23,7 @@ * */ -#include "sci/sfx/adlib.h" +#include "sci/sfx/adlib_sbi.h" namespace Sci { |