More accurate timing based on chart data.

Thanks to Skypers for the assist.
This commit is contained in:
Jason Felds
2015-07-19 22:09:34 -04:00
parent 960af12c23
commit 23d9271307
+2 -2
View File
@@ -134,8 +134,8 @@ void TimingWindowSecondsInit( size_t /*TimingWindow*/ i, RString &sNameOut, floa
case TW_Attack:
defaultValueOut = 0.135f;
break;
case TW_Checkpoint: // similar to TW_Hold, but a little more strict typically.
defaultValueOut = 0.2f;
case TW_Checkpoint: // similar to TW_Hold, but a little more strict/accurate to Pump play.
defaultValueOut = 0.1664f;
break;
default:
FAIL_M(ssprintf("Invalid timing window: %i", static_cast<int>(i)));