mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-20 08:48:13 +00:00
Removed unnecessary line.
svn-id: r20971
This commit is contained in:
parent
005861cb14
commit
f03958be01
@ -549,7 +549,6 @@ void AdlibDriver::callbackOutput() {
|
||||
}
|
||||
|
||||
void AdlibDriver::callbackProcess() {
|
||||
_curTable = 9;
|
||||
for (_curTable = 9; _curTable >= 0; --_curTable) {
|
||||
if (!_outputTables[_curTable].dataptr) {
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user