diff --git a/stepmania/src/ActorUtil.cpp b/stepmania/src/ActorUtil.cpp index 8a57e42a6c..b527dd17a9 100644 --- a/stepmania/src/ActorUtil.cpp +++ b/stepmania/src/ActorUtil.cpp @@ -433,9 +433,6 @@ void ActorUtil::ParseActorCommands( Lua *L, const RString &sCommands ) sName == "horizalign" || sName == "vertalign" || sName == "effectclock" || - sName == "blend" || - sName == "ztestmode" || - sName == "cullmode" || sName == "playcommand" || sName == "queuecommand" || sName == "queuemessage";