aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/special.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lab/special.cpp')
-rw-r--r--engines/lab/special.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/lab/special.cpp b/engines/lab/special.cpp
index 3f5a3d09bf..ddc7ea49e4 100644
--- a/engines/lab/special.cpp
+++ b/engines/lab/special.cpp
@@ -448,10 +448,10 @@ void LabEngine::doMonitor(Common::String background, Common::String textfile, bo
_monitorTextFilename = textfile;
_graphics->blackAllScreen();
- _graphics->readPict("P:Mon/Monitor.1", true);
- _graphics->readPict("P:Mon/NWD1", true);
- _graphics->readPict("P:Mon/NWD2", true);
- _graphics->readPict("P:Mon/NWD3", true);
+ _graphics->readPict("P:Mon/Monitor.1");
+ _graphics->readPict("P:Mon/NWD1");
+ _graphics->readPict("P:Mon/NWD2");
+ _graphics->readPict("P:Mon/NWD3");
_graphics->blackAllScreen();
_monitorPage = 0;