Remove unused argument from musicclass::playef()

Apparently the 'offset' argument did something in the 1.x Flash
versions, but now it does nothing.
This commit is contained in:
Misa
2020-04-01 16:36:35 -07:00
committed by Ethan Lee
parent 253d44ac0b
commit 16c3966ace
8 changed files with 257 additions and 257 deletions

View File

@@ -460,7 +460,7 @@ void musicclass::changemusicarea(int x, int y)
}
}
void musicclass::playef(int t, int offset)
void musicclass::playef(int t)
{
// efchannel[currentefchan] = efchan[t].play(offset);
// currentefchan++;