[splittiming] Better variable name.

ArrowEffects had a minor change, but the intent isn't up yet.
It needs to be so that when you go from the editor to the chart
for playing in Song Timing, it doesn't use the Step Timing.
This commit is contained in:
Jason Felds
2011-05-17 00:07:43 -04:00
parent b280e775c6
commit 1a41c32dd9
5 changed files with 31 additions and 31 deletions
+2 -2
View File
@@ -333,10 +333,10 @@ public:
// Edit stuff
/**
* @brief Is the editor making changes to Song timing or Steps timing?
* @brief Is the game right now using Song timing or Steps timing?
*
* Different options are available depending on this setting. */
bool m_bIsEditorStepTiming;
bool m_bIsUsingStepTiming;
/**
* @brief Are we presently in the Step Editor, where some rules apply differently?
*