[Scummvm-cvs-logs] SF.net SVN: scummvm: [29570] scummvm/trunk/engines/agi/preagi_common.cpp

sev at users.sourceforge.net sev at users.sourceforge.net
Mon Nov 19 21:41:14 CET 2007


Revision: 29570
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29570&view=rev
Author:   sev
Date:     2007-11-19 12:41:13 -0800 (Mon, 19 Nov 2007)

Log Message:
-----------
oops. that's what last minute moves may result in.

Modified Paths:
--------------
    scummvm/trunk/engines/agi/preagi_common.cpp

Modified: scummvm/trunk/engines/agi/preagi_common.cpp
===================================================================
--- scummvm/trunk/engines/agi/preagi_common.cpp	2007-11-19 20:34:26 UTC (rev 29569)
+++ scummvm/trunk/engines/agi/preagi_common.cpp	2007-11-19 20:41:13 UTC (rev 29570)
@@ -192,7 +192,7 @@
 
 void PreAgiEngine::playNote(int16 frequency, int32 length) {
 	_speakerStream->play(Audio::PCSpeaker::kWaveFormSquare, frequency, length);
-	_vm->_system->delayMillis(duration);
+	_system->delayMillis(length);
 }
 
 }


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