From dc1e98948841763d51cab5383678d842d78534c3 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Fri, 18 Aug 2006 03:15:48 +0000 Subject: [PATCH] Tab cleanup. --- stepmania/src/ActorUtil.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stepmania/src/ActorUtil.h b/stepmania/src/ActorUtil.h index 6c17d8bbd0..7800f0bf05 100644 --- a/stepmania/src/ActorUtil.h +++ b/stepmania/src/ActorUtil.h @@ -94,9 +94,9 @@ namespace ActorUtil #define SET_XY( actor ) ActorUtil::SetXY( actor, m_sName ) #define ON_COMMAND( actor ) ActorUtil::OnCommand( actor, m_sName ) -#define OFF_COMMAND( actor ) ActorUtil::OffCommand( actor, m_sName ) -#define SET_XY_AND_ON_COMMAND( actor ) ActorUtil::SetXYAndOnCommand( actor, m_sName ) -#define COMMAND( actor, command_name ) ActorUtil::LoadAndPlayCommand( actor, m_sName, command_name ) +#define OFF_COMMAND( actor ) ActorUtil::OffCommand( actor, m_sName ) +#define SET_XY_AND_ON_COMMAND( actor ) ActorUtil::SetXYAndOnCommand( actor, m_sName ) +#define COMMAND( actor, command_name ) ActorUtil::LoadAndPlayCommand( actor, m_sName, command_name ) #endif