[Scummvm-cvs-logs] CVS: scummvm/saga interface.cpp,1.157,1.158

Eugene Sandulenko sev at users.sourceforge.net
Mon Oct 10 19:51:54 CEST 2005


Update of /cvsroot/scummvm/scummvm/saga
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12485

Modified Files:
	interface.cpp 
Log Message:
Do not draw status text during chapter selection


Index: interface.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/interface.cpp,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -d -r1.157 -r1.158
--- interface.cpp	11 Oct 2005 02:22:53 -0000	1.157
+++ interface.cpp	11 Oct 2005 02:51:17 -0000	1.158
@@ -1472,6 +1472,9 @@
 	int stringWidth;
 	int color;
 
+	if (_panelMode == kPanelChapterSelection)
+		return;
+
 	backBuffer = _vm->_gfx->getBackBuffer();
 
 	// Disable this for IHNM for now, since that game uses the full screen





More information about the Scummvm-git-logs mailing list