[Scummvm-cvs-logs] SF.net SVN: scummvm: [24720] scummvm/trunk/engines/gob/game.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Tue Nov 14 16:39:11 CET 2006


Revision: 24720
          http://svn.sourceforge.net/scummvm/?rev=24720&view=rev
Author:   lordhoto
Date:     2006-11-14 07:39:11 -0800 (Tue, 14 Nov 2006)

Log Message:
-----------
formatting.

Modified Paths:
--------------
    scummvm/trunk/engines/gob/game.cpp

Modified: scummvm/trunk/engines/gob/game.cpp
===================================================================
--- scummvm/trunk/engines/gob/game.cpp	2006-11-14 14:58:41 UTC (rev 24719)
+++ scummvm/trunk/engines/gob/game.cpp	2006-11-14 15:39:11 UTC (rev 24720)
@@ -947,8 +947,7 @@
 
 	collId = _collisionAreas[index].id & 0xF000;
 
-	if ((collId == 0xA000) || (collId == 0x9000))
-	{
+	if ((collId == 0xA000) || (collId == 0x9000)) {
 		if (enter == 0)
 			WRITE_VAR(17, _collisionAreas[index].id & 0x0FFF);
 		else


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