remove special cases

This commit is contained in:
Glenn Maynard
2006-09-26 09:08:36 +00:00
parent 4f057b4feb
commit 46b2444705
-3
View File
@@ -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";