mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
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:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user