aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/game.cpp')
-rw-r--r--engines/gob/game.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/gob/game.cpp b/engines/gob/game.cpp
index 205258d628..b227b799b9 100644
--- a/engines/gob/game.cpp
+++ b/engines/gob/game.cpp
@@ -1058,7 +1058,9 @@ Game::Imd *Game::loadImdFile(const char *path, Video::SurfaceDesc *surfDesc, int
if (imdPtr->verMin & 0x4000) {
// loc_29C4F
- error("GOB2 Stub! loadImdFile, imdPtr->verMin & 0x4000");
+ warning("GOB2 Stub! loadImdFile, imdPtr->verMin & 0x4000");
+ warning("Can't open IMD \"%s.IMD\"", path);
+ return 0;
// Sound stuff, I presume...
}