From bd50867a69655c953a2dadb16904506851b1e083 Mon Sep 17 00:00:00 2001 From: Sean Burke Date: Fri, 29 Aug 2003 00:21:30 +0000 Subject: [PATCH] ...and try to practice what you preach. --- stepmania/src/BeginnerHelper.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/BeginnerHelper.cpp b/stepmania/src/BeginnerHelper.cpp index 3b1fbf1d09..756b407aac 100644 --- a/stepmania/src/BeginnerHelper.cpp +++ b/stepmania/src/BeginnerHelper.cpp @@ -7,6 +7,7 @@ #include "RageLog.h" #include "RageDisplay.h" #include "ThemeManager.h" +#include "Steps.h" // "PLAYER_X" offsets are relative to the pad.. ex: Setting this to 10, and the HELPER to 300, will put the dancer at 310 #define PLAYER_X( px ) THEME->GetMetricF("BeginnerHelper",ssprintf("Player%d_X",px+1))