mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 09:54:10 +03:00
Remove usages of second argument of playef() script command
Just to be in line with the removal of the argument in the actual function itself.
This commit is contained in:
@@ -389,7 +389,7 @@ void scriptclass::loadother(std::string t)
|
||||
{
|
||||
|
||||
|
||||
//add("delay(15)"); add("flash(5)"); add("shake(20)"); add("playef(9,10)");
|
||||
//add("delay(15)"); add("flash(5)"); add("shake(20)"); add("playef(9)");
|
||||
|
||||
add("text(gray,0,114,3)");
|
||||
add(" -= WARNING =- ");
|
||||
|
||||
Reference in New Issue
Block a user