From 187b1206d5e11b978512862be068b7c549abbd01 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 31 Oct 2003 02:01:55 +0000 Subject: [PATCH] hush warning --- stepmania/src/Actor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/Actor.cpp b/stepmania/src/Actor.cpp index a572225d8c..5430fadfe3 100644 --- a/stepmania/src/Actor.cpp +++ b/stepmania/src/Actor.cpp @@ -789,6 +789,7 @@ void Actor::HandleCommand( const CStringArray &asTokens ) else if( sName=="blend" ) SetBlendMode( sParam(1) ); else if( sName=="zbuffer" ) SetUseZBuffer( bParam(1) ); else if( sName=="clearzbuffer" ) SetClearZBuffer( bParam(1) ); + else if( sName=="playcommand" ) sParam(1); /* nop: only BGAnimation handles this but everyone receives it */ else { CString sError = ssprintf( "Actor::HandleCommand: Unrecognized command name '%s'.", sName.c_str() );