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:
Misa
2020-04-01 16:38:43 -07:00
committed by Ethan Lee
parent 16c3966ace
commit c8906d97f5
2 changed files with 40 additions and 40 deletions

View File

@@ -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 =- ");