From 22b6a821d5f073e59a53faf34f25868a6828db06 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 23 Feb 2005 19:22:52 +0000 Subject: [PATCH] tabs --- stepmania/src/Actor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/Actor.cpp b/stepmania/src/Actor.cpp index 4684ef16cd..3c8549cd05 100644 --- a/stepmania/src/Actor.cpp +++ b/stepmania/src/Actor.cpp @@ -131,8 +131,8 @@ void Actor::LoadFromNode( const CString& sDir, const XNode* pNode ) CString sValue = a->m_sValue; THEME->EvaluateString( sValue ); - Commands cmds = ParseCommands( sValue ); - apActorCommands apac( new ActorCommands( cmds ) ); + Commands cmds = ParseCommands( sValue ); + apActorCommands apac( new ActorCommands( cmds ) ); CString sCmdName; /* Special case: "Command=foo" -> "OnCommand=foo" */