mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 18:06:26 +00:00
AUDIO: (FM-TOWNS): Fix Duplicated Branch GCC Warning
This commit is contained in:
parent
1495eec3c8
commit
6a3310eb6f
@ -246,13 +246,16 @@ void EuphonyPlayer::reset() {
|
||||
|
||||
resetTempo();
|
||||
|
||||
// FIXME: Implement correct code for _tempoControlMode == 1
|
||||
#if 0
|
||||
if (_tempoControlMode == 1) {
|
||||
//if (///)
|
||||
// return;
|
||||
if (/*???*/)
|
||||
return;
|
||||
sendTempo(_defaultTempo);
|
||||
} else {
|
||||
#endif
|
||||
sendTempo(_defaultTempo);
|
||||
}
|
||||
//}
|
||||
|
||||
resetAllControls();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user