Don't auto-quote command parameters (make it easier to parse commands

from other tools).
This commit is contained in:
Glenn Maynard
2005-09-04 23:54:07 +00:00
parent 26b8e5c0fb
commit 6715dac653
-1
View File
@@ -35,7 +35,6 @@ ActorCommands::ActorCommands( const CString &sCommands )
s << "\tself:" << sName << "(";
bool bFirstParamIsString =
sName == "luaeffect" ||
sName == "horizalign" ||
sName == "vertalign" ||
sName == "effectclock" ||