[Scummvm-cvs-logs] SF.net SVN: scummvm: [21403] scummvm/trunk/engines/simon/vga.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Wed Mar 22 02:05:03 CET 2006


Revision: 21403
Author:   kirben
Date:     2006-03-22 02:04:01 -0800 (Wed, 22 Mar 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21403&view=rev

Log Message:
-----------
Whitespace changes

Modified Paths:
--------------
    scummvm/trunk/engines/simon/vga.cpp
Modified: scummvm/trunk/engines/simon/vga.cpp
===================================================================
--- scummvm/trunk/engines/simon/vga.cpp	2006-03-22 09:14:28 UTC (rev 21402)
+++ scummvm/trunk/engines/simon/vga.cpp	2006-03-22 10:04:01 UTC (rev 21403)
@@ -325,13 +325,13 @@
 		vgaSpriteId = vcReadNextWord();	/* 2 */
 		fileId = vgaSpriteId / 100;
 	} else {
-		fileId = vcReadNextWord();		/* 0 */
+		fileId = vcReadNextWord();	/* 0 */
 		vgaSpriteId = vcReadNextWord();	/* 2 */
 	}
 
 	x = vcReadNextWord();			/* 4 */
 	y = vcReadNextWord();			/* 6 */
-	palette = vcReadNextWord();			/* 8 */
+	palette = vcReadNextWord();		/* 8 */
 
 	/* 2nd param ignored with simon1 */
 	if (isSpriteLoaded(vgaSpriteId, fileId))
@@ -1327,7 +1327,6 @@
 			/* vc10_helper_7 */
 		}
 	}
-
 }
 
 void SimonEngine::vc11_clearPathFinder() {
@@ -2116,7 +2115,6 @@
 		if (_nextMusicToPlay != -1)
 			loadMusic(_nextMusicToPlay);
 	}
-
 }
 
 void SimonEngine::vc63_fastFadeIn() {


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