mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 07:53:12 +00:00
cleanup
svn-id: r10311
This commit is contained in:
parent
26607c00ce
commit
abdc8f1247
@ -505,14 +505,14 @@ void Player_V1::nextPCjrCmd() {
|
||||
}
|
||||
}
|
||||
|
||||
void Player_V1::set_mplex (uint mplex) {
|
||||
void Player_V1::set_mplex(uint mplex) {
|
||||
if (mplex == 0)
|
||||
mplex = 65536;
|
||||
_mplex = mplex;
|
||||
_tick_len = _mplex_step * mplex;
|
||||
}
|
||||
|
||||
void Player_V1::do_mix (int16 *data, uint len) {
|
||||
void Player_V1::do_mix(int16 *data, uint len) {
|
||||
mutex_up();
|
||||
uint step;
|
||||
|
||||
|
@ -879,7 +879,7 @@ void Scumm_v2::o2_verbOps() {
|
||||
break;
|
||||
}
|
||||
|
||||
// FIXME - hack!
|
||||
// Force redraw of the modified verb slot
|
||||
drawVerb(slot, 0);
|
||||
verbMouseOver(0);
|
||||
}
|
||||
|
@ -2561,6 +2561,8 @@ void Scumm_v5::o5_verbOps() {
|
||||
error("o5_verbOps: unknown subopcode %d", _opcode & 0x1F);
|
||||
}
|
||||
}
|
||||
|
||||
// Force redraw of the modified verb slot
|
||||
drawVerb(slot, 0);
|
||||
verbMouseOver(0);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user