Minor doxygen.

This commit is contained in:
Jason Felds
2011-06-12 20:45:30 -04:00
parent fc68776e3f
commit 88f844787f
+1 -1
View File
@@ -41,7 +41,7 @@
static Preference<float> g_iDefaultRecordLength( "DefaultRecordLength", 4 );
static Preference<bool> g_bEditorShowBGChangesPlay( "EditorShowBGChangesPlay", true );
// Defines specific to ScreenEdit
/** @brief How long must the button be held to generate a hold in record mode? */
const float RECORD_HOLD_SECONDS = 0.3f;
#define PLAYER_X (SCREEN_CENTER_X)