[Scummvm-cvs-logs] SF.net SVN: scummvm:[54305] scummvm/trunk/engines/sci/engine/vm.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Wed Nov 17 21:50:24 CET 2010


Revision: 54305
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54305&view=rev
Author:   thebluegr
Date:     2010-11-17 20:50:24 +0000 (Wed, 17 Nov 2010)

Log Message:
-----------
SCI: Code formatting

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/vm.cpp

Modified: scummvm/trunk/engines/sci/engine/vm.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/vm.cpp	2010-11-17 20:46:59 UTC (rev 54304)
+++ scummvm/trunk/engines/sci/engine/vm.cpp	2010-11-17 20:50:24 UTC (rev 54305)
@@ -1557,8 +1557,7 @@
 
 		case 0x26: // (38)
 		case 0x27: // (39)
-			if (getSciVersion() == SCI_VERSION_3)
-			{
+			if (getSciVersion() == SCI_VERSION_3) {
 				if (extOpcode == 0x4d)
 					PUSH32(obj->getInfoSelector());
 				// TODO: There are also opcodes in


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