aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-rw-r--r--scumm/string.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/scumm/string.cpp b/scumm/string.cpp
index 08796a49aa..da0600f61f 100644
--- a/scumm/string.cpp
+++ b/scumm/string.cpp
@@ -762,14 +762,10 @@ void Scumm::loadLanguageBundle() {
} else {
return;
}
-printf("Looking for language.bnd...");
-
if(file.isOpen() == false) {
_existLanguageFile = false;
- printf(" not found!\n");
return;
}
- printf(" found!\n");
size = file.size();
_languageBuffer = (char *)calloc(1, size+1);