From c3b5eb74120481f97cc5dfe5a19c659a89fa43e4 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Mon, 18 Jun 2012 10:55:57 -0500 Subject: [PATCH] derp, no wonder it wasn't looking right in dance, they're using the SAME NOTESKIN --- Themes/_fallback/Scripts/03 Gameplay.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Themes/_fallback/Scripts/03 Gameplay.lua b/Themes/_fallback/Scripts/03 Gameplay.lua index f8b0bf43b0..60168e0eb2 100644 --- a/Themes/_fallback/Scripts/03 Gameplay.lua +++ b/Themes/_fallback/Scripts/03 Gameplay.lua @@ -152,7 +152,7 @@ function FailCombo() end local RoutineSkins = { - dance = { P1 = "midi-routine-p1", P2 = "midi-routine-p1" }, + dance = { P1 = "midi-routine-p1", P2 = "midi-routine-p2" }, pump = { P1 = "cmd-routine-p1", P2 = "cmd-routine-p2" }, kb7 = { P1 = "default", P2 = "retrobar" }, -------------------------------------------------------------