- fixed a few Timidity warnings
This commit is contained in:
parent
d9e32eb207
commit
1112a69adb
4 changed files with 7 additions and 6 deletions
|
|
@ -1182,9 +1182,6 @@ int Mixer::recompute_envelope(int v)
|
|||
/* Envelope ran out. */
|
||||
void Mixer::voice_ran_out(int v)
|
||||
{
|
||||
/* Already displayed as dead */
|
||||
int died = (player->voice[v].status == VOICE_DIE);
|
||||
|
||||
player->free_voice(v);
|
||||
}
|
||||
|
||||
|
|
@ -1624,4 +1621,4 @@ int Mixer::recompute_modulation_envelope(int v)
|
|||
return modenv_next_stage(v);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue