[Scummvm-cvs-logs] SF.net SVN: scummvm: [28611] scummvm/trunk/engines/agi/sound.cpp

buddha_ at users.sourceforge.net buddha_ at users.sourceforge.net
Tue Aug 14 10:49:20 CEST 2007


Revision: 28611
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28611&view=rev
Author:   buddha_
Date:     2007-08-14 01:49:20 -0700 (Tue, 14 Aug 2007)

Log Message:
-----------
Unified intendation, purely visual changes.

Modified Paths:
--------------
    scummvm/trunk/engines/agi/sound.cpp

Modified: scummvm/trunk/engines/agi/sound.cpp
===================================================================
--- scummvm/trunk/engines/agi/sound.cpp	2007-08-14 08:47:49 UTC (rev 28610)
+++ scummvm/trunk/engines/agi/sound.cpp	2007-08-14 08:49:20 UTC (rev 28611)
@@ -199,14 +199,14 @@
 	 */
 	bool read(Common::SeekableReadStream &stream, bool ignoreAddr = false) {
 		env.read(stream);
-		relseg    = stream.readByte();
+		relseg        = stream.readByte();
 		byte priority = stream.readByte(); // Not needed? 32 in all tested data.
-		bendrange = stream.readByte();
-		vibdepth  = stream.readByte();
-		vibspeed  = stream.readByte();
+		bendrange     = stream.readByte();
+		vibdepth      = stream.readByte();
+		vibspeed      = stream.readByte();
 		byte spare    = stream.readByte(); // Not needed? 0 in all tested data.
-		byte wac  = stream.readByte(); // Read A wave count
-		byte wbc  = stream.readByte(); // Read B wave count
+		byte wac      = stream.readByte(); // Read A wave count
+		byte wbc      = stream.readByte(); // Read B wave count
 		oscList.read(stream, wac, ignoreAddr); // Read the oscillators
 		return (wac == wbc) && !stream.ioFailed(); // A and B wave counts must match
 	}


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