From 4d759f7fceaad5d348fa59398787e145161ffcc9 Mon Sep 17 00:00:00 2001 From: Flameshadowxeroshin Date: Thu, 27 Oct 2011 03:46:32 +0000 Subject: [PATCH] make timing segments on song meter show up --- .../default/BGAnimations/ScreenGameplay decorations/default.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Themes/default/BGAnimations/ScreenGameplay decorations/default.lua b/Themes/default/BGAnimations/ScreenGameplay decorations/default.lua index 3aab9df205..a27dda8ed9 100644 --- a/Themes/default/BGAnimations/ScreenGameplay decorations/default.lua +++ b/Themes/default/BGAnimations/ScreenGameplay decorations/default.lua @@ -176,7 +176,7 @@ for pn in ivalues(PlayerNumber) do Tip=LoadActor( THEME:GetPathG( 'SongMeterDisplay', 'tip ' .. PlayerNumberToString(pn) ) ) .. { InitCommand=cmd(visible,false); }; }; }; - if ReadPrefFromFile("UserPrefTimingDisplay") == true then + if GetUserPrefB("UserPrefTimingDisplay") == true then songMeterDisplay[#songMeterDisplay+1] = CreateSegments(pn); end t[#t+1] = songMeterDisplay