aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/gfx.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2013-07-27 23:54:06 +0300
committerEugene Sandulenko2013-09-06 14:51:06 +0300
commitad537b1a7e04873c4e3ff3b02ce8893bd6ce12f9 (patch)
treec198f778b8bf143a950a2b81acef29e369ab9363 /engines/fullpipe/gfx.cpp
parent4dc3481ec1c8ff5cabdf9000e5d62a6d79537f9b (diff)
downloadscummvm-rg350-ad537b1a7e04873c4e3ff3b02ce8893bd6ce12f9.tar.gz
scummvm-rg350-ad537b1a7e04873c4e3ff3b02ce8893bd6ce12f9.tar.bz2
scummvm-rg350-ad537b1a7e04873c4e3ff3b02ce8893bd6ce12f9.zip
FULLPIPE: Further work on loadGam()
Diffstat (limited to 'engines/fullpipe/gfx.cpp')
-rw-r--r--engines/fullpipe/gfx.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/fullpipe/gfx.cpp b/engines/fullpipe/gfx.cpp
index 252333e1f0..2b007bd2e4 100644
--- a/engines/fullpipe/gfx.cpp
+++ b/engines/fullpipe/gfx.cpp
@@ -144,6 +144,10 @@ bool PictureObject::load(MfcArchive &file, bool bigPicture) {
_ox2 = _ox;
_oy2 = _oy;
+#if 0
+ _picture->displayPicture();
+#endif
+
return true;
}
@@ -300,10 +304,6 @@ bool Picture::load(MfcArchive &file) {
debug(5, "Picture::load: <%s>", _memfilename);
-#if 0
- displayPicture();
-#endif
-
return true;
}