[Scummvm-cvs-logs] SF.net SVN: scummvm:[47548] scummvm/trunk/engines/kyra/sound_midi.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Mon Jan 25 04:05:39 CET 2010


Revision: 47548
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47548&view=rev
Author:   lordhoto
Date:     2010-01-25 03:05:39 +0000 (Mon, 25 Jan 2010)

Log Message:
-----------
Remove HACK, which is obsolete because of r47336.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/sound_midi.cpp

Modified: scummvm/trunk/engines/kyra/sound_midi.cpp
===================================================================
--- scummvm/trunk/engines/kyra/sound_midi.cpp	2010-01-25 03:04:58 UTC (rev 47547)
+++ scummvm/trunk/engines/kyra/sound_midi.cpp	2010-01-25 03:05:39 UTC (rev 47548)
@@ -531,10 +531,6 @@
 				if (_vm->gameFlags().useAltShapeHeader) {
 					// Intro demo
 					pakFile = "INTROVOC.PAK";
-
-					// HACK: To prevent "Exc. Buffer overflow"
-					// we delay some time here.
-					_vm->_system->delayMillis(1000);
 				} else {
 					// Kyra2 SEQ player based demo
 					pakFile = "GENERAL.PAK";


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