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

chrilith at users.sourceforge.net chrilith at users.sourceforge.net
Sat Feb 11 01:33:06 CET 2006


Revision: 20505
Author:   chrilith
Date:     2006-02-11 01:32:10 -0800 (Sat, 11 Feb 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm?rev=20505&view=rev

Log Message:
-----------
Does this fix the sound problem on device wakeup ?

Modified Paths:
--------------
    scummvm/trunk/backends/PalmOS/Src/os5_event.cpp
Modified: scummvm/trunk/backends/PalmOS/Src/os5_event.cpp
===================================================================
--- scummvm/trunk/backends/PalmOS/Src/os5_event.cpp	2006-02-11 09:26:10 UTC (rev 20504)
+++ scummvm/trunk/backends/PalmOS/Src/os5_event.cpp	2006-02-11 09:32:10 UTC (rev 20505)
@@ -17,7 +17,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 
@@ -50,20 +51,6 @@
 			event.mouse.x = _mouseCurState.x;
 			event.mouse.y = _mouseCurState.y;
 			return true;
-
-		// trun off
-		case vchrAutoOff:
-		case vchrPowerOff:
-			// pause the sound thread if any
-			if (_sound.active)
-				SndStreamPause(_soundEx.handle, true);
-			break;
-		
-		case vchrLateWakeup:
-			// resume the sound thread if any
-			if (_sound.active)
-				SndStreamPause(_soundEx.handle, false);
-			break;
 		}
 		
 		if (_keyMouse.hasMore) {







More information about the Scummvm-git-logs mailing list