diff --git a/stepmania/src/ArrowEffects.cpp b/stepmania/src/ArrowEffects.cpp index 250cecfd06..a99d8feced 100644 --- a/stepmania/src/ArrowEffects.cpp +++ b/stepmania/src/ArrowEffects.cpp @@ -22,6 +22,8 @@ #include #include "RageMath.h" +const float ARROW_SPACING = ARROW_SIZE;// + 2; + float g_fExpandSeconds = 0; float ArrowGetYOffset( PlayerNumber pn, int iCol, float fNoteBeat ) diff --git a/stepmania/src/ArrowEffects.h b/stepmania/src/ArrowEffects.h index a8e426f595..d5edc88a93 100644 --- a/stepmania/src/ArrowEffects.h +++ b/stepmania/src/ArrowEffects.h @@ -16,9 +16,6 @@ #include "GameConstantsAndTypes.h" #include "StyleDef.h" -const int ARROW_SIZE = 64; -const float ARROW_SPACING = ARROW_SIZE;// + 2; - // fYOffset is a vertical position in pixels relative to the center. // (positive if has not yet been stepped on, negative if has already passed). diff --git a/stepmania/src/GameConstantsAndTypes.h b/stepmania/src/GameConstantsAndTypes.h index 46e6170deb..c41d2f5786 100644 --- a/stepmania/src/GameConstantsAndTypes.h +++ b/stepmania/src/GameConstantsAndTypes.h @@ -31,6 +31,8 @@ #define SCREEN_NEAR (-1000) #define SCREEN_FAR (1000) +#define ARROW_SIZE (64) + // // Note definitions //