aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/container.h
diff options
context:
space:
mode:
authorBorja Lorente2016-07-28 12:50:37 +0200
committerBorja Lorente2016-08-14 19:00:36 +0200
commit5781b738be5b7821982ee966743696c83492dbd3 (patch)
treeb435a63f09799aa2a88a61ea6fc70b4b89278265 /engines/macventure/container.h
parentf58435a2bcf41153b5a0c0e61548dd350e24cad9 (diff)
downloadscummvm-rg350-5781b738be5b7821982ee966743696c83492dbd3.tar.gz
scummvm-rg350-5781b738be5b7821982ee966743696c83492dbd3.tar.bz2
scummvm-rg350-5781b738be5b7821982ee966743696c83492dbd3.zip
MACVENTURE: Deja Vu playable
Diffstat (limited to 'engines/macventure/container.h')
-rw-r--r--engines/macventure/container.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/macventure/container.h b/engines/macventure/container.h
index a909122874..21fdc6c529 100644
--- a/engines/macventure/container.h
+++ b/engines/macventure/container.h
@@ -45,8 +45,8 @@ public:
Container(Common::String filename) {
_filename = filename;
- FSNode node = FSDirectory(".");
- debug(node.getDisplayName().c_str());
+ //FSNode node = FSDirectory(".");
+ //debug(node.getDisplayName().c_str());
if (!_file.open(_filename))
error("Could not open %s", _filename.c_str());