From 16d3561d08373b4dfb34dbfdb0a327ec6a741513 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Thu, 22 Feb 2007 00:38:05 +0000 Subject: [PATCH] Message sCommandName -> Message msg --- stepmania/src/Actor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/Actor.h b/stepmania/src/Actor.h index 21a9afeb63..6f90ef8191 100644 --- a/stepmania/src/Actor.h +++ b/stepmania/src/Actor.h @@ -352,7 +352,7 @@ public: bool HasCommand( const RString &sCmdName ); const apActorCommands *GetCommand( const RString &sCommandName ) const; void PlayCommand( const RString &sCommandName ) { HandleMessage( Message(sCommandName) ); } // convenience - void PlayCommandNoRecurse( const Message &sCommandName ); + void PlayCommandNoRecurse( const Message &msg ); // // Commands by reference