aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wage/gui.cpp')
-rw-r--r--engines/wage/gui.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/wage/gui.cpp b/engines/wage/gui.cpp
index 3d3a5025d4..6ecc4c8a57 100644
--- a/engines/wage/gui.cpp
+++ b/engines/wage/gui.cpp
@@ -539,6 +539,8 @@ void Gui::loadFonts() {
if (!dat) {
warning("Could not find wage.dat. Falling back to built-in fonts");
_builtInFonts = true;
+
+ return;
}
Common::ArchiveMemberList list;