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

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Tue Feb 28 01:55:02 CET 2006


Revision: 20971
Author:   eriktorbjorn
Date:     2006-02-28 01:54:09 -0800 (Tue, 28 Feb 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm?rev=20971&view=rev

Log Message:
-----------
Removed unnecessary line.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/sound_adlib.cpp
Modified: scummvm/trunk/engines/kyra/sound_adlib.cpp
===================================================================
--- scummvm/trunk/engines/kyra/sound_adlib.cpp	2006-02-28 08:49:51 UTC (rev 20970)
+++ scummvm/trunk/engines/kyra/sound_adlib.cpp	2006-02-28 09:54:09 UTC (rev 20971)
@@ -549,7 +549,6 @@
 }
 
 void AdlibDriver::callbackProcess() {
-	_curTable = 9;
 	for (_curTable = 9; _curTable >= 0; --_curTable) {
 		if (!_outputTables[_curTable].dataptr) {
 			continue;







More information about the Scummvm-git-logs mailing list