aboutsummaryrefslogtreecommitdiff
path: root/scumm/string.cpp
diff options
context:
space:
mode:
authorMax Horn2004-04-03 00:56:55 +0000
committerMax Horn2004-04-03 00:56:55 +0000
commit3ae3eccac81d75710806671710d32771214f15e9 (patch)
treef18f02d65161ce04af6b33f8c836243ea995e24d /scumm/string.cpp
parenta47793c8e0da989ad8d5d9b3b1975ee83dc41684 (diff)
downloadscummvm-rg350-3ae3eccac81d75710806671710d32771214f15e9.tar.gz
scummvm-rg350-3ae3eccac81d75710806671710d32771214f15e9.tar.bz2
scummvm-rg350-3ae3eccac81d75710806671710d32771214f15e9.zip
cleanup
svn-id: r13444
Diffstat (limited to 'scumm/string.cpp')
-rw-r--r--scumm/string.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/string.cpp b/scumm/string.cpp
index 1a096905e5..44c7222d6d 100644
--- a/scumm/string.cpp
+++ b/scumm/string.cpp
@@ -719,9 +719,9 @@ void ScummEngine::loadLanguageBundle() {
int32 size;
if (_gameId == GID_DIG) {
- file.open("language.bnd", getGameDataPath());
+ file.open("language.bnd");
} else if (_gameId == GID_CMI) {
- file.open("language.tab", getGameDataPath());
+ file.open("language.tab");
} else {
return;
}