aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorPaul Gilbert2019-07-27 20:03:24 -0700
committerPaul Gilbert2019-07-27 20:03:24 -0700
commit6884441f519fa95da54f9ea977c900321ab48701 (patch)
treeb87392739bbabb59adef9827e4938bde4b716e67 /engines
parentf515394e78f92093f7d8df52eba9742e657e57e1 (diff)
downloadscummvm-rg350-6884441f519fa95da54f9ea977c900321ab48701.tar.gz
scummvm-rg350-6884441f519fa95da54f9ea977c900321ab48701.tar.bz2
scummvm-rg350-6884441f519fa95da54f9ea977c900321ab48701.zip
GLK: FROTZ: Make missing MG1 or Blorbs for v6 games an error
Diffstat (limited to 'engines')
-rw-r--r--engines/glk/frotz/glk_interface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/frotz/glk_interface.cpp b/engines/glk/frotz/glk_interface.cpp
index a474875f4e..1587cf40ec 100644
--- a/engines/glk/frotz/glk_interface.cpp
+++ b/engines/glk/frotz/glk_interface.cpp
@@ -254,7 +254,7 @@ bool GlkInterface::initPictures() {
}
if (h_version == V6)
- warning("Could not locate MG1 file");
+ error("Could not locate MG1 file");
return false;
}