From 1f4a330d1e361b82de108ed3bda757ef7c9cbe42 Mon Sep 17 00:00:00 2001 From: parashep Date: Sun, 13 Dec 2015 19:58:41 -0500 Subject: [PATCH] Unrestrict pop'n judgment levels It made some sort of sense to only have three judgment levels before, but it makes far more sense to let the theme manage it now since it isn't necessarily the case any more. --- src/GameManager.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/GameManager.cpp b/src/GameManager.cpp index 61eb69545e..e8bc350d3e 100644 --- a/src/GameManager.cpp +++ b/src/GameManager.cpp @@ -2714,11 +2714,11 @@ static const Game g_Game_Popn = { GameButtonType_Step }, { GameButtonType_Step }, }, - TNS_W2, // m_mapW1To - TNS_W2, // m_mapW2To - TNS_W3, // m_mapW3To - TNS_W3, // m_mapW4To - TNS_Miss, // m_mapW5To + TNS_W1, // m_mapW1To + TNS_W2, // m_mapW2To + TNS_W3, // m_mapW3To + TNS_W4, // m_mapW4To + TNS_W5, // m_mapW5To }; /** Lights *******************************************************************/