From 0ce5436c8072991baa6078737f4c26c2aeca7607 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Wed, 12 Mar 2008 10:06:12 +0000 Subject: [PATCH] much larger Hold window --- stepmania/src/Player.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/Player.cpp b/stepmania/src/Player.cpp index 55cb661d7a..7fb699a7a7 100644 --- a/stepmania/src/Player.cpp +++ b/stepmania/src/Player.cpp @@ -107,7 +107,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.250f; break; // allow enough time to take foot off and put back on + case TW_Hold: defaultValueOut = 0.500f; break; // allow enough time to take foot off and put back on case TW_Roll: defaultValueOut = 0.350f; break; case TW_Attack: defaultValueOut = 0.135f; break; }