From 186984812131c024efe4c15cd5a2df6ccc9420aa Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 21 Nov 2006 03:29:39 +0000 Subject: [PATCH] move def to where it belongs --- stepmania/src/GameConstantsAndTypes.cpp | 13 +++++++++++++ stepmania/src/PrefsManager.cpp | 14 -------------- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/stepmania/src/GameConstantsAndTypes.cpp b/stepmania/src/GameConstantsAndTypes.cpp index 00a3812d1b..96012b9a62 100644 --- a/stepmania/src/GameConstantsAndTypes.cpp +++ b/stepmania/src/GameConstantsAndTypes.cpp @@ -212,6 +212,19 @@ static const char *TimingWindowNames[] = { }; XToString( TimingWindow ); +static const char *ScoreEventNames[] = { + "W1", + "W2", + "W3", + "W4", + "W5", + "Miss", + "HitMine", + "Held", + "LetGo", +}; +XToString( ScoreEvent ); + static const char *MemoryCardStateNames[] = { "ready", "checking", diff --git a/stepmania/src/PrefsManager.cpp b/stepmania/src/PrefsManager.cpp index ea992c8809..dad204e0d4 100644 --- a/stepmania/src/PrefsManager.cpp +++ b/stepmania/src/PrefsManager.cpp @@ -18,20 +18,6 @@ PrefsManager* PREFSMAN = NULL; // global and accessable from anywhere in our program -static const char *ScoreEventNames[] = { - "W1", - "W2", - "W3", - "W4", - "W5", - "Miss", - "HitMine", - "Held", - "LetGo", -}; -XToString( ScoreEvent ); - - static const char *MusicWheelUsesSectionsNames[] = { "Never", "Always",