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

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Thu Mar 29 22:49:38 CEST 2007


Revision: 26324
          http://scummvm.svn.sourceforge.net/scummvm/?rev=26324&view=rev
Author:   drmccoy
Date:     2007-03-29 13:49:37 -0700 (Thu, 29 Mar 2007)

Log Message:
-----------
Formatting (Take that, LordHoto! ;P)

Modified Paths:
--------------
    scummvm/trunk/engines/gob/imd.cpp
    scummvm/trunk/engines/gob/mult_v2.cpp

Modified: scummvm/trunk/engines/gob/imd.cpp
===================================================================
--- scummvm/trunk/engines/gob/imd.cpp	2007-03-29 20:38:59 UTC (rev 26323)
+++ scummvm/trunk/engines/gob/imd.cpp	2007-03-29 20:49:37 UTC (rev 26324)
@@ -625,7 +625,7 @@
 	int16 buttons;
 
 	_vm->_util->setFrameRate(12);
-	if(!openImd(path, x, y, 0, 2))
+	if (!openImd(path, x, y, 0, 2))
 		return;
 
 	_vm->_video->fillRect(_vm->_draw->_frontSurface, x, y,
@@ -650,7 +650,7 @@
 	int endFrame;
 
 	_vm->_util->setFrameRate(12);
-	if(!openImd(path, x, y, 0, 0))
+	if (!openImd(path, x, y, 0, 0))
 		return;
 
 	_vm->_video->fillRect(_vm->_draw->_frontSurface, x, y,

Modified: scummvm/trunk/engines/gob/mult_v2.cpp
===================================================================
--- scummvm/trunk/engines/gob/mult_v2.cpp	2007-03-29 20:38:59 UTC (rev 26323)
+++ scummvm/trunk/engines/gob/mult_v2.cpp	2007-03-29 20:49:37 UTC (rev 26324)
@@ -563,7 +563,7 @@
 				_multData->staticKeys[_counter].layer;
 			
 			staticIndex = _multData->staticIndices[i];
-			while(_vm->_scenery->getStaticLayersCount(staticIndex) <=
+			while (_vm->_scenery->getStaticLayersCount(staticIndex) <=
 					_vm->_scenery->_curStaticLayer) {
 				_vm->_scenery->_curStaticLayer -=
 					_vm->_scenery->getStaticLayersCount(staticIndex);


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