[Scummvm-cvs-logs] scummvm master -> 05d350fd5d56898ea547d37d355aa42e22c4da24
dreammaster
dreammaster at scummvm.org
Tue Nov 12 02:58:09 CET 2013
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
05d350fd5d TSAGE: Fix for ASound initialisation
Commit: 05d350fd5d56898ea547d37d355aa42e22c4da24
https://github.com/scummvm/scummvm/commit/05d350fd5d56898ea547d37d355aa42e22c4da24
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2013-11-11T17:57:20-08:00
Commit Message:
TSAGE: Fix for ASound initialisation
Changed paths:
engines/tsage/sound.cpp
diff --git a/engines/tsage/sound.cpp b/engines/tsage/sound.cpp
index 88bc7f2..287d8d0 100644
--- a/engines/tsage/sound.cpp
+++ b/engines/tsage/sound.cpp
@@ -2411,7 +2411,7 @@ int Sound::soFindSound(VoiceTypeStruct *vtStruct, int channelNum) {
/*--------------------------------------------------------------------------*/
ASound::ASound(): EventHandler() {
- _action = NULL;
+ _endAction = NULL;
_cueValue = -1;
if (g_globals)
g_globals->_sounds.push_back(this);
More information about the Scummvm-git-logs
mailing list