Forgot to init MinTNTS mod to the value of the pref.
This commit is contained in:
+2
-1
@@ -11,6 +11,7 @@ struct lua_State;
|
||||
|
||||
#include "GameConstantsAndTypes.h"
|
||||
#include "PlayerNumber.h"
|
||||
#include "PrefsManager.h"
|
||||
|
||||
enum LifeType
|
||||
{
|
||||
@@ -62,7 +63,7 @@ public:
|
||||
m_fPassmark(0), m_SpeedfPassmark(1.0f),
|
||||
m_fRandomSpeed(0), m_SpeedfRandomSpeed(1.0f),
|
||||
m_bMuteOnError(false), m_FailType(FailType_Immediate),
|
||||
m_MinTNSToHideNotes(TNS_W3)
|
||||
m_MinTNSToHideNotes(PREFSMAN->m_MinTNSToHideNotes)
|
||||
{
|
||||
m_sNoteSkin = "";
|
||||
ZERO( m_fAccels ); ONE( m_SpeedfAccels );
|
||||
|
||||
Reference in New Issue
Block a user