Partial revert of b61e878.

Pump holds do have a little bit of leeway when it comes to letting go and putting your foot back on as proven by [WinDEU's demonstration of Dignity S20](https://www.youtube.com/watch?v=P2Fw9KPyHIg&feature=youtu.be&t=30).

The value used was determined by two video sources: the one mentioned above and a private one sent to me involving a different song/chart combination. 200ms is a rough estimate for what works. There may be other allowed values.
This commit is contained in:
Jason Felds
2015-07-19 16:08:50 -04:00
parent fa7e042da9
commit 960af12c23
3 changed files with 40 additions and 24 deletions
+1
View File
@@ -293,6 +293,7 @@ enum TimingWindow
TW_Attack,
TW_Hold,
TW_Roll,
TW_Checkpoint,
NUM_TimingWindow
};
const RString& TimingWindowToString( TimingWindow tw );