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

Torbj?rn Andersson eriktorbjorn at users.sourceforge.net
Tue Sep 2 02:55:08 CEST 2003


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

Modified Files:
	build_display.cpp 
Log Message:
Re-formatted the code to be a bit more in line with the rest of ScummVM.


Index: build_display.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/build_display.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- build_display.cpp	29 Aug 2003 06:46:52 -0000	1.15
+++ build_display.cpp	2 Sep 2003 09:54:15 -0000	1.16
@@ -17,15 +17,13 @@
  * $Header$
  */
 
-//------------------------------------------------------------------------------------
+// ---------------------------------------------------------------------------
 // BUILD_DISPLAY.CPP	like the old spr_engi but slightly more aptly named
-//------------------------------------------------------------------------------------
-//#include <mmsystem.h>
+// ---------------------------------------------------------------------------
+
 #include <stdarg.h>
[...1855 lines suppressed...]
+	if (this_screen.mask_flag) {
 		rv = CloseLightMask();
 
 		if (rv)
@@ -1233,14 +1250,5 @@
 		this_screen.mask_flag = 0;
 	}
 
-	return (IR_CONT);
+	return IR_CONT;
 }
-
-
-//------------------------------------------------------------------------------------
-//------------------------------------------------------------------------------------
-//------------------------------------------------------------------------------------
-//------------------------------------------------------------------------------------
-//------------------------------------------------------------------------------------
-//------------------------------------------------------------------------------------
-





More information about the Scummvm-git-logs mailing list