[Scummvm-cvs-logs] CVS: scummvm/bs2 build_display.cpp,1.16,1.17

Torbj?rn Andersson eriktorbjorn at users.sourceforge.net
Sun Sep 7 23:33:04 CEST 2003


Update of /cvsroot/scummvm/scummvm/bs2
In directory sc8-pr-cvs1:/tmp/cvs-serv8781

Modified Files:
	build_display.cpp 
Log Message:
Hide the menus when displaying full-screen messages, e.g. error messages
from the save/load dialog. (This probably happened automagically in the
original, but we handle screen updates a bit differently now.)


Index: build_display.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/build_display.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- build_display.cpp	2 Sep 2003 09:54:15 -0000	1.16
+++ build_display.cpp	8 Sep 2003 06:32:37 -0000	1.17
@@ -370,6 +370,7 @@
 	Set_mouse(0);
 	Set_luggage(0);			//tw28Aug
 
+	CloseMenuImmediately();
 	EraseBackBuffer();		// for hardware rendering
 	EraseSoftwareScreenBuffer();	// for software rendering
 





More information about the Scummvm-git-logs mailing list