diff options
-rw-r--r-- | engines/wage/world.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/wage/world.cpp b/engines/wage/world.cpp index 85c72bb1ec..cead6ae49d 100644 --- a/engines/wage/world.cpp +++ b/engines/wage/world.cpp @@ -180,9 +180,6 @@ bool World::loadWorld(Common::MacResManager *resMan) { scene->_fontType = res->readUint16BE(); scene->_fontSize = res->readUint16BE(); - if (scene->_fontType != 3 || scene->_fontSize != 9) - warning("scene: %s font: '%s' (%d) size: %d", scene->_name.c_str(), scene->getFontName(), scene->_fontType, scene->_fontSize); - String text; while (res->pos() < res->size()) { char c = res->readByte(); |