diff --git a/Docs/Luadoc/Lua.xsl b/Docs/Luadoc/Lua.xsl index 8824b3df88..64986a12d7 100644 --- a/Docs/Luadoc/Lua.xsl +++ b/Docs/Luadoc/Lua.xsl @@ -209,7 +209,7 @@
diff --git a/src/Player.cpp b/src/Player.cpp index cd43a57840..1ae3a295c1 100644 --- a/src/Player.cpp +++ b/src/Player.cpp @@ -2809,7 +2809,7 @@ void Player::UpdateJudgedRows() { const TapNote &tn = m_NoteData.GetTapNote( iTrack, iRow ); if (tn.type == TapNote::tap || tn.type == TapNote::lift || - ( tn.type == TapNote::hold_head && !REQUIRE_STEP_ON_HOLD_HEADS ) ) + ( tn.type == TapNote::hold_head && REQUIRE_STEP_ON_HOLD_HEADS ) ) { viColsWithTaps.push_back( iTrack ); }; diff --git a/src/ScreenSelectMusic.cpp b/src/ScreenSelectMusic.cpp index 89045a53b2..c8c7644f44 100644 --- a/src/ScreenSelectMusic.cpp +++ b/src/ScreenSelectMusic.cpp @@ -572,7 +572,7 @@ bool ScreenSelectMusic::Input( const InputEventPlus &input ) default: break; } } - else if( input.type == IET_FIRST_PRESS && input.MenuI != GAME_BUTTON_SELECT ) + if( input.type == IET_FIRST_PRESS && input.MenuI != GAME_BUTTON_SELECT ) { Message msg("SelectMenuInput"); msg.SetParam( "Player", input.pn ); diff --git a/src/StepMania-net2011.vcxproj b/src/StepMania-net2011.vcxproj index 846feec821..901f8608db 100644 --- a/src/StepMania-net2011.vcxproj +++ b/src/StepMania-net2011.vcxproj @@ -774,6 +774,7 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)" + @@ -1655,6 +1656,7 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)" + @@ -1935,4 +1937,4 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)" - \ No newline at end of file + diff --git a/src/StepMania-net2011.vcxproj.filters b/src/StepMania-net2011.vcxproj.filters index 9b43a92ff6..22f3d05525 100644 --- a/src/StepMania-net2011.vcxproj.filters +++ b/src/StepMania-net2011.vcxproj.filters @@ -1239,6 +1239,9 @@ Actors + + Actors + Actors @@ -2621,6 +2624,9 @@ Actors + + Actors + Actors @@ -2869,4 +2875,4 @@ BaseClasses - \ No newline at end of file + diff --git a/src/StepMania-net2013.vcxproj b/src/StepMania-net2013.vcxproj index 95f8a99813..8121d7e9cb 100644 --- a/src/StepMania-net2013.vcxproj +++ b/src/StepMania-net2013.vcxproj @@ -773,6 +773,7 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)" + @@ -2094,6 +2095,7 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)" + @@ -2395,4 +2397,4 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)" - \ No newline at end of file + diff --git a/src/StepMania-net2013.vcxproj.filters b/src/StepMania-net2013.vcxproj.filters index 5ece508628..4254fdd875 100644 --- a/src/StepMania-net2013.vcxproj.filters +++ b/src/StepMania-net2013.vcxproj.filters @@ -1251,6 +1251,9 @@ Actors + + Actors + Actors @@ -2783,6 +2786,9 @@ Actors + + Actors + Actors