[Scummvm-cvs-logs] SF.net SVN: scummvm:[35050] scummvm/trunk/engines/saga/saga.cpp
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Fri Nov 14 00:19:25 CET 2008
Revision: 35050
http://scummvm.svn.sourceforge.net/scummvm/?rev=35050&view=rev
Author: thebluegr
Date: 2008-11-13 23:19:25 +0000 (Thu, 13 Nov 2008)
Log Message:
-----------
Fixed crash when returning to launcher from the GMM
Modified Paths:
--------------
scummvm/trunk/engines/saga/saga.cpp
Modified: scummvm/trunk/engines/saga/saga.cpp
===================================================================
--- scummvm/trunk/engines/saga/saga.cpp 2008-11-13 19:58:04 UTC (rev 35049)
+++ scummvm/trunk/engines/saga/saga.cpp 2008-11-13 23:19:25 UTC (rev 35050)
@@ -540,7 +540,7 @@
if (pause) {
_render->setFlag(RF_RENDERPAUSE);
- if (_music->isPlaying()) {
+ if (_music->isPlaying() && !_music->hasDigitalMusic()) {
_music->pause();
_musicWasPlaying = true;
} else {
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