[Player] Changed default Hold window to 0.250f like in 3.9; not sure when or why it got changed.

This commit is contained in:
AJ Kelly
2012-03-04 21:42:43 -06:00
parent 99e6c6a2cd
commit 753cdae2fc
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ void TimingWindowSecondsInit( size_t /*TimingWindow*/ i, RString &sNameOut, floa
case TW_W4: defaultValueOut = 0.135f; break;
case TW_W5: defaultValueOut = 0.180f; break;
case TW_Mine: defaultValueOut = 0.090f; break; // same as great
case TW_Hold: defaultValueOut = 0.500f; break; // allow enough time to take foot off and put back on
case TW_Hold: defaultValueOut = 0.250f; break; // allow enough time to take foot off and put back on
case TW_Roll: defaultValueOut = 0.500f; break;
case TW_Attack: defaultValueOut = 0.135f; break;
}