[splittiming] Tap insertions are Step Time only.

This commit is contained in:
Jason Felds
2011-05-13 09:05:32 -04:00
parent f694fe5955
commit b43dabc094
+7
View File
@@ -1306,6 +1306,13 @@ void ScreenEdit::InputEdit( const InputEventPlus &input, EditButton EditB )
if( input.type != IET_FIRST_PRESS )
break; // We only care about first presses
if( !GAMESTATE->m_bIsEditorStepTiming )
{
// TODO: broadcast a message...?
break; // Only allow steps to be hit in Step Timing.
}
int iCol = EditB - EDIT_BUTTON_COLUMN_0;