diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index 07a61224aa..fb8ae5cf1c 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -3472,7 +3472,7 @@ float ScreenEdit::GetMaximumBeatForNewNote() const return fEndBeat; } case EditMode_Full: - return FLT_MAX; + return NoteRowToBeat(MAX_NOTE_ROW); default: ASSERT(0); return 0; }