diff --git a/stepmania/Themes/default/Scripts/Actor.lua b/stepmania/Themes/default/Scripts/Actor.lua index 52ff6623cf..46975b5f49 100644 --- a/stepmania/Themes/default/Scripts/Actor.lua +++ b/stepmania/Themes/default/Scripts/Actor.lua @@ -65,6 +65,10 @@ function Actor:hide_if(b) end end +function Actor:player(p) + self:hide_if( not GAMESTATE:IsHumanPlayer(p) ) +end + function ActorFrame:propagatecommand( cmd ) self:propagate(1); self:playcommand(cmd);