[Scummvm-cvs-logs] SF.net SVN: scummvm: [31433] scummvm/trunk/engines/kyra/kyra_v2.cpp
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Sun Apr 6 17:05:12 CEST 2008
Revision: 31433
http://scummvm.svn.sourceforge.net/scummvm/?rev=31433&view=rev
Author: lordhoto
Date: 2008-04-06 08:05:12 -0700 (Sun, 06 Apr 2008)
Log Message:
-----------
Oops. that shouldn't have been reverted by last committ.
Modified Paths:
--------------
scummvm/trunk/engines/kyra/kyra_v2.cpp
Modified: scummvm/trunk/engines/kyra/kyra_v2.cpp
===================================================================
--- scummvm/trunk/engines/kyra/kyra_v2.cpp 2008-04-06 14:58:02 UTC (rev 31432)
+++ scummvm/trunk/engines/kyra/kyra_v2.cpp 2008-04-06 15:05:12 UTC (rev 31433)
@@ -183,8 +183,6 @@
int KyraEngine_v2::init() {
_screen = new Screen_v2(this, _system);
assert(_screen);
- if (!_screen->init())
- error("_screen->init() failed");
KyraEngine::init();
initStaticResource();
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