mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-02 17:03:13 +00:00
removed debug output (checked that in by accident)
svn-id: r8127
This commit is contained in:
parent
691e1f390a
commit
997f6564c6
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user