From 5a0556f09ca89886fda55d333745a672ea14e022 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Fri, 14 Nov 2008 22:08:10 +0000 Subject: Committed my patch #2123680 "SDL: Backend transaction / rollback support". svn-id: r35062 --- engines/lure/lure.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'engines/lure') diff --git a/engines/lure/lure.cpp b/engines/lure/lure.cpp index 282aa9801d..13173c8a96 100644 --- a/engines/lure/lure.cpp +++ b/engines/lure/lure.cpp @@ -52,10 +52,7 @@ Common::Error LureEngine::init() { int_engine = this; _initialised = false; - _system->beginGFXTransaction(); - initCommonGFX(false); - _system->initSize(FULL_SCREEN_WIDTH, FULL_SCREEN_HEIGHT); - _system->endGFXTransaction(); + initGraphics(FULL_SCREEN_WIDTH, FULL_SCREEN_HEIGHT, false); // Check the version of the lure.dat file Common::File f; -- cgit v1.2.3