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

Hkz at users.sourceforge.net Hkz at users.sourceforge.net
Tue Jan 19 12:30:42 CET 2010


Revision: 47379
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47379&view=rev
Author:   Hkz
Date:     2010-01-19 11:30:41 +0000 (Tue, 19 Jan 2010)

Log Message:
-----------
sword1: removed a leftover semicolon

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

Modified: scummvm/trunk/engines/sword1/sound.cpp
===================================================================
--- scummvm/trunk/engines/sword1/sound.cpp	2010-01-19 11:22:54 UTC (rev 47378)
+++ scummvm/trunk/engines/sword1/sound.cpp	2010-01-19 11:30:41 UTC (rev 47379)
@@ -257,7 +257,7 @@
 					int8 pan = (volR - volL) / 2;
 					uint8 volume = (volR + volL) / 2;
 
-					if (SwordEngine::isPsx()) { ;
+					if (SwordEngine::isPsx()) { 
 						uint32 size = READ_LE_UINT32(sampleData);
 						Audio::AudioStream *audStream = Audio::makeLoopingAudioStream(new Audio::VagStream(new Common::MemoryReadStream(sampleData + 4, size-4)), (_fxList[elem->id].type == FX_LOOP) ? 0 : 1);
 						_mixer->playInputStream(Audio::Mixer::kSFXSoundType, &elem->handle, audStream, elem->id, volume, pan);


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