[Scummvm-cvs-logs] SF.net SVN: scummvm: [22141] scummvm/trunk/engines/simon/animation.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Mon Apr 24 15:01:08 CEST 2006


Revision: 22141
Author:   kirben
Date:     2006-04-24 15:00:41 -0700 (Mon, 24 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22141&view=rev

Log Message:
-----------
Revert change, a NULL block should be added if audio doesn't exist

Modified Paths:
--------------
    scummvm/trunk/engines/simon/animation.cpp
Modified: scummvm/trunk/engines/simon/animation.cpp
===================================================================
--- scummvm/trunk/engines/simon/animation.cpp	2006-04-24 17:10:15 UTC (rev 22140)
+++ scummvm/trunk/engines/simon/animation.cpp	2006-04-24 22:00:41 UTC (rev 22141)
@@ -180,8 +180,6 @@
 		_mixer->stopHandle(_bgSound);
 		_mixer->playInputStream(Audio::Mixer::kSFXSoundType, &_bgSound, _bgSoundStream);
 		free(buffer);
-	} else {
-		_fd.seek(-4, SEEK_CUR);
 	}
 }
 


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