remove unused parameter

This commit is contained in:
Glenn Maynard
2006-08-15 19:24:29 +00:00
parent 832679370b
commit cbc69ea550
12 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ public:
void LoadFromNode( const RString& sDir, const XNode* pNode );
virtual Actor *Copy() const;
void PlayCommand( const RString &sCommandName, Actor* pParent );
void PlayCommand( const RString &sCommandName );
void UpdateNumber();