[Scummvm-cvs-logs] SF.net SVN: scummvm: [20640] scummvm/trunk/backends/PalmOS/Src/zodiac_event.cpp

chrilith at users.sourceforge.net chrilith at users.sourceforge.net
Sun Feb 12 11:03:01 CET 2006


Revision: 20640
Author:   chrilith
Date:     2006-02-12 11:01:49 -0800 (Sun, 12 Feb 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm?rev=20640&view=rev

Log Message:
-----------
It is _soundEx now

Modified Paths:
--------------
    scummvm/trunk/backends/PalmOS/Src/zodiac_event.cpp
Modified: scummvm/trunk/backends/PalmOS/Src/zodiac_event.cpp
===================================================================
--- scummvm/trunk/backends/PalmOS/Src/zodiac_event.cpp	2006-02-12 19:01:26 UTC (rev 20639)
+++ scummvm/trunk/backends/PalmOS/Src/zodiac_event.cpp	2006-02-12 19:01:49 UTC (rev 20640)
@@ -99,13 +99,13 @@
 		case vchrPowerOff:
 			// pause the sound thread if any
 			if (_sound.active)
-				SndStreamPause(_sound.handle, true);
+				SndStreamPause(_soundEx.handle, true);
 			break;
 		
 		case vchrLateWakeup:
 			// resume the sound thread if any
 			if (_sound.active)
-				SndStreamPause(_sound.handle, false);
+				SndStreamPause(_soundEx.handle, false);
 			break;
 		}
 







More information about the Scummvm-git-logs mailing list