diff options
| author | James Brown | 2002-12-27 00:11:01 +0000 |
|---|---|---|
| committer | James Brown | 2002-12-27 00:11:01 +0000 |
| commit | fd64fc2b6ba7fd18c568d60bd27cb113f428833e (patch) | |
| tree | 11dafd0156ca8173dd835634dbef567bbbdec814 /scumm/resource.cpp | |
| parent | a8b5549fb5572ffb883a0f42661c4dcf0bc485fc (diff) | |
| download | scummvm-rg350-fd64fc2b6ba7fd18c568d60bd27cb113f428833e.tar.gz scummvm-rg350-fd64fc2b6ba7fd18c568d60bd27cb113f428833e.tar.bz2 scummvm-rg350-fd64fc2b6ba7fd18c568d60bd27cb113f428833e.zip | |
Move some things around, to get rid of all these resource/ sprintf's for CMI
svn-id: r6182
Diffstat (limited to 'scumm/resource.cpp')
| -rw-r--r-- | scumm/resource.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/resource.cpp b/scumm/resource.cpp index ce34b10936..217bf86da6 100644 --- a/scumm/resource.cpp +++ b/scumm/resource.cpp @@ -194,7 +194,7 @@ bool Scumm::openResourceFile(const char *filename) } strcpy(buf, filename); - _fileHandle.open(buf, getGameDataPath(), 1, _encbyte); + _fileHandle.open(buf, getResDataPath(), 1, _encbyte); return _fileHandle.isOpen(); } |
