diff --git a/stepmania/Themes/default/Scripts/Actor.lua b/stepmania/Themes/default/Scripts/Actor.lua index 31cf6ffea1..fd541ffef1 100644 --- a/stepmania/Themes/default/Scripts/Actor.lua +++ b/stepmania/Themes/default/Scripts/Actor.lua @@ -77,9 +77,9 @@ function Actor:player(p) self:hide_if( not GAMESTATE:IsHumanPlayer(p) ) end -function ActorFrame:propagatecommand( cmd ) +function ActorFrame:propagatecommand(...) self:propagate(1); - self:playcommand(cmd); + self:playcommand(...); self:propagate(0); end