From 7f4b58a2cef2ed66c159285bde99a2b7ea7503e7 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 18 Jan 2006 05:49:37 +0000 Subject: [PATCH] cleanup --- 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 ecbf0200d4..e01f30c8fd 100644 --- a/stepmania/src/Actor.cpp +++ b/stepmania/src/Actor.cpp @@ -195,8 +195,8 @@ void Actor::LoadFromNode( const CString& sDir, const XNode* pNode ) { FOREACH_CONST_Child( pNode, pChild ) { - if( pChild->m_sName == "Input" ) - { + if( pChild->m_sName == "Input" ) + { /* If parameters are specified here, save their values to the actor. */ CString sName; if( !pChild->GetAttrValue( "Name", sName ) )