[Scummvm-cvs-logs] SF.net SVN: scummvm: [31490] scummvm/trunk/engines/kyra/kyra_v3.cpp
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Sun Apr 13 01:29:12 CEST 2008
Revision: 31490
http://scummvm.svn.sourceforge.net/scummvm/?rev=31490&view=rev
Author: lordhoto
Date: 2008-04-12 16:29:12 -0700 (Sat, 12 Apr 2008)
Log Message:
-----------
Fixed graphics glitch in Kyra3 menu.
Modified Paths:
--------------
scummvm/trunk/engines/kyra/kyra_v3.cpp
Modified: scummvm/trunk/engines/kyra/kyra_v3.cpp
===================================================================
--- scummvm/trunk/engines/kyra/kyra_v3.cpp 2008-04-12 23:26:13 UTC (rev 31489)
+++ scummvm/trunk/engines/kyra/kyra_v3.cpp 2008-04-12 23:29:12 UTC (rev 31490)
@@ -120,6 +120,10 @@
int KyraEngine_v3::go() {
bool running = true;
initMainMenu();
+
+ _screen->clearPage(0);
+ _screen->clearPage(2);
+
while (running && !_quitFlag) {
_screen->_curPage = 0;
_screen->clearPage(0);
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