[Scummvm-cvs-logs] SF.net SVN: scummvm: [29074] scummvm/trunk/engines/kyra/kyra_v3.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Mon Sep 24 00:29:05 CEST 2007


Revision: 29074
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29074&view=rev
Author:   lordhoto
Date:     2007-09-23 15:29:05 -0700 (Sun, 23 Sep 2007)

Log Message:
-----------
Init _screen for kyra3. Menu + Intro should be working again.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/kyra_v3.cpp

Modified: scummvm/trunk/engines/kyra/kyra_v3.cpp
===================================================================
--- scummvm/trunk/engines/kyra/kyra_v3.cpp	2007-09-23 22:17:57 UTC (rev 29073)
+++ scummvm/trunk/engines/kyra/kyra_v3.cpp	2007-09-23 22:29:05 UTC (rev 29074)
@@ -88,6 +88,11 @@
 }
 
 int KyraEngine_v3::init() {
+	_screen = new Screen_v2(this, _system);
+	assert(_screen);
+	if (!_screen->init())
+		error("_screen->init() failed");
+
 	KyraEngine::init();
 
 	gui_initMainMenu();


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list