[Scummvm-git-logs] scummvm master -> 6884441f519fa95da54f9ea977c900321ab48701
dreammaster
paulfgilbert at gmail.com
Sun Jul 28 05:03:39 CEST 2019
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
6884441f51 GLK: FROTZ: Make missing MG1 or Blorbs for v6 games an error
Commit: 6884441f519fa95da54f9ea977c900321ab48701
https://github.com/scummvm/scummvm/commit/6884441f519fa95da54f9ea977c900321ab48701
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2019-07-27T20:03:24-07:00
Commit Message:
GLK: FROTZ: Make missing MG1 or Blorbs for v6 games an error
Changed paths:
engines/glk/frotz/glk_interface.cpp
diff --git a/engines/glk/frotz/glk_interface.cpp b/engines/glk/frotz/glk_interface.cpp
index a474875..1587cf4 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;
}
More information about the Scummvm-git-logs
mailing list