settext takes a string

This commit is contained in:
Glenn Maynard
2005-02-24 01:31:21 +00:00
parent 7c237be91f
commit 185966bd35
+2 -1
View File
@@ -40,7 +40,8 @@ ActorCommands::ActorCommands( const CString &sCommands )
sName == "ztestmode" ||
sName == "cullmode" ||
sName == "playcommand" ||
sName == "queuecommand";
sName == "queuecommand" ||
sName == "settext";
for( unsigned i=1; i<cmd.m_vsArgs.size(); i++ )
{