diff --git a/NoteSkins/dance/midi-note/NoteSkin.lua b/NoteSkins/dance/midi-note/NoteSkin.lua index 2ae3231d5f..d821c2740b 100644 --- a/NoteSkins/dance/midi-note/NoteSkin.lua +++ b/NoteSkins/dance/midi-note/NoteSkin.lua @@ -29,7 +29,12 @@ ret.Redir = function(sButton, sElement) then sElement = "Hold Head Inactive"; end - + + if sElement == "Tap Fake" + then + sElement = "Tap Note"; + end + sButton = ret.RedirTable[sButton]; return sButton, sElement; @@ -85,6 +90,7 @@ ret.PartsToRotate = ["Tap Explosion Bright"] = true, ["Tap Explosion Dim"] = true, ["Tap Note"] = true, + ["Tap Fake"] = true, ["Tap Lift"] = true, ["Hold Head Active"] = true, ["Hold Head Inactive"] = true, diff --git a/src/NoteField.h b/src/NoteField.h index 23502eca00..560f3cb563 100644 --- a/src/NoteField.h +++ b/src/NoteField.h @@ -56,7 +56,7 @@ protected: void DrawMarkerBar( int fBeat ); void DrawAreaHighlight( int iStartBeat, int iEndBeat ); void DrawBPMText( const float fBeat, const float fBPM ); - void DrawFreezeText( const float fBeat, const float fBPM, const float bDelay ); + void DrawFreezeText( const float fBeat, const float fLength, const float bDelay ); void DrawWarpText( const float fBeat, const float fNewBeat ); void DrawTimeSignatureText( const float fBeat, int iNumerator, int iDenominator ); void DrawTickcountText( const float fBeat, int iTicks ); diff --git a/src/StepMania-net2008.vcproj b/src/StepMania-net2008.vcproj index 2dfb5b7eb1..fdd1456e75 100644 --- a/src/StepMania-net2008.vcproj +++ b/src/StepMania-net2008.vcproj @@ -6586,6 +6586,14 @@ + + + @@ -6610,6 +6618,14 @@ + + + @@ -6622,6 +6638,14 @@ + + + @@ -6642,6 +6666,14 @@ + + + @@ -6654,6 +6686,14 @@ + + + @@ -6670,6 +6710,14 @@ + + + @@ -6682,6 +6730,14 @@ + + + @@ -6694,6 +6750,14 @@ + + + @@ -6706,6 +6770,14 @@ + + + @@ -6718,6 +6790,14 @@ + + + @@ -6734,6 +6814,14 @@ + + + @@ -6746,6 +6834,14 @@ + + + @@ -6758,6 +6854,14 @@ + + + @@ -6770,6 +6874,14 @@ + + + @@ -6782,6 +6894,14 @@ + + +