aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/dispman.cpp
diff options
context:
space:
mode:
authorStrangerke2015-12-24 01:12:39 +0100
committerStrangerke2015-12-24 01:12:39 +0100
commit997150e76e562438f0d939f54fd1e3fb89b1e005 (patch)
treec2143aa15a1a4d0299e80540146527ca87149acb /engines/lab/dispman.cpp
parent6f6c92d470d50344fb5935b4a8cd6159660d8c5b (diff)
downloadscummvm-rg350-997150e76e562438f0d939f54fd1e3fb89b1e005.tar.gz
scummvm-rg350-997150e76e562438f0d939f54fd1e3fb89b1e005.tar.bz2
scummvm-rg350-997150e76e562438f0d939f54fd1e3fb89b1e005.zip
LAB: Change the initial valueof _screenBytesPerPage, use it in Journal functions
Diffstat (limited to 'engines/lab/dispman.cpp')
-rw-r--r--engines/lab/dispman.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lab/dispman.cpp b/engines/lab/dispman.cpp
index e9736a9bf3..5722ba9557 100644
--- a/engines/lab/dispman.cpp
+++ b/engines/lab/dispman.cpp
@@ -47,7 +47,7 @@ DisplayMan::DisplayMan(LabEngine *vm) : _vm(vm) {
_lastMessageLong = false;
_actionMessageShown = false;
- _screenBytesPerPage = 65536;
+ _screenBytesPerPage = 0;
_curPen = 0;
_curBitmap = nullptr;
_displayBuffer = nullptr;