From 2100c538aaa7c6194205edc37c6a84ce591a13f5 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 21 Aug 2009 02:57:54 +0000 Subject: [PATCH] remove gross hack that screws up hold preference --- stepmania/Themes/default/Scripts/00 init.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/stepmania/Themes/default/Scripts/00 init.lua b/stepmania/Themes/default/Scripts/00 init.lua index d48c7bd9c1..bbd44cb37b 100644 --- a/stepmania/Themes/default/Scripts/00 init.lua +++ b/stepmania/Themes/default/Scripts/00 init.lua @@ -12,8 +12,6 @@ Trace = lua.Trace Warn = lua.Warn print = Trace -PREFSMAN:SetPreferenceToDefault("TimingWindowSecondsHold"); - PLAYER_1 = "PlayerNumber_P1" PLAYER_2 = "PlayerNumber_P2" NUM_PLAYERS = #PlayerNumber