[Scummvm-cvs-logs] SF.net SVN: scummvm: [23657] scummvm/trunk/engines/kyra/sequences_v2.cpp
eriktorbjorn at users.sourceforge.net
eriktorbjorn at users.sourceforge.net
Thu Aug 3 13:13:09 CEST 2006
Revision: 23657
Author: eriktorbjorn
Date: 2006-08-03 04:13:06 -0700 (Thu, 03 Aug 2006)
ViewCVS: http://svn.sourceforge.net/scummvm/?rev=23657&view=rev
Log Message:
-----------
Since the XMIDI music no longer automatically loops, there's no need to fade it
out just as it's reaching its most dramatic point.
Modified Paths:
--------------
scummvm/trunk/engines/kyra/sequences_v2.cpp
Modified: scummvm/trunk/engines/kyra/sequences_v2.cpp
===================================================================
--- scummvm/trunk/engines/kyra/sequences_v2.cpp 2006-08-03 11:12:05 UTC (rev 23656)
+++ scummvm/trunk/engines/kyra/sequences_v2.cpp 2006-08-03 11:13:06 UTC (rev 23657)
@@ -97,8 +97,6 @@
title->close();
- _sound->beginFadeOut();
-
delete title;
}
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