mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-01 15:09:47 +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() {
|
void AdlibDriver::callbackProcess() {
|
||||||
_curTable = 9;
|
|
||||||
for (_curTable = 9; _curTable >= 0; --_curTable) {
|
for (_curTable = 9; _curTable >= 0; --_curTable) {
|
||||||
if (!_outputTables[_curTable].dataptr) {
|
if (!_outputTables[_curTable].dataptr) {
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user