diff options
Diffstat (limited to 'engines/lab/lab.cpp')
| -rw-r--r-- | engines/lab/lab.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/engines/lab/lab.cpp b/engines/lab/lab.cpp index 39b2feb93d..ee67d3a99d 100644 --- a/engines/lab/lab.cpp +++ b/engines/lab/lab.cpp @@ -160,9 +160,9 @@ LabEngine::~LabEngine() {  Common::Error LabEngine::run() {  	if (getFeatures() & GF_LOWRES) -		initGraphics(320, 200, false); +		initGraphics(320, 200);  	else -		initGraphics(640, 480, true); +		initGraphics(640, 480);  	_interface = new Interface(this);  	_event = new EventManager(this); | 
