[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,1.83,1.84

Pawel Kolodziejski aquadran at users.sourceforge.net
Mon Dec 16 11:54:06 CET 2002


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv18261/scumm

Modified Files:
	gfx.cpp 
Log Message:
fixed compilation under MSVC

Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- gfx.cpp	16 Dec 2002 01:25:21 -0000	1.83
+++ gfx.cpp	16 Dec 2002 19:53:41 -0000	1.84
@@ -1648,7 +1648,7 @@
 
 
 #pragma mark -
-#pragma mark ### Camera ###
+#pragma mark --- Camera ---
 #pragma mark -
 
 void Scumm::setCameraAtEx(int at)
@@ -2006,7 +2006,7 @@
 }
 
 #pragma mark -
-#pragma mark ### Transition effects ###
+#pragma mark --- Transition effects ---
 #pragma mark -
 
 void Scumm::fadeIn(int effect)
@@ -2370,7 +2370,7 @@
 }
 
 #pragma mark -
-#pragma mark ### Palette ###
+#pragma mark --- Palette ---
 #pragma mark -
 
 void Scumm::setPaletteFromPtr(byte *ptr)
@@ -2951,7 +2951,7 @@
 }
 
 #pragma mark -
-#pragma mark ### Cursor ###
+#pragma mark --- Cursor ---
 #pragma mark -
 
 void Scumm::grabCursor(int x, int y, int w, int h)
@@ -3115,7 +3115,7 @@
 }
 
 #pragma mark -
-#pragma mark ### Bomp ###
+#pragma mark --- Bomp ---
 #pragma mark -
 
 int32 Scumm::bompDecodeLineMode0(byte * src, byte * line_buffer, int32 size) {





More information about the Scummvm-git-logs mailing list