From 46b2444705b7f3722b74c6bb88b490e2d3076acc Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 26 Sep 2006 09:08:36 +0000 Subject: [PATCH] remove special cases --- stepmania/src/ActorUtil.cpp | 3 --- 1 file changed, 3 deletions(-) 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";