Fine-tunes Ez2dancers Real Squished Column Spacing and if a Noteskin fails to be loaded by the time the notes need to be displayed, attempt to force the default theme on and throw errors into the log rather than crashing SM.

This commit is contained in:
Andrew Livy
2009-05-24 14:26:38 +00:00
parent 5604b19d04
commit 75d5b63d96
3 changed files with 42 additions and 26 deletions
+1
View File
@@ -142,6 +142,7 @@ void NoteField::CacheAllUsedNoteSkins()
void NoteField::Init( const PlayerState* pPlayerState, float fYReverseOffsetPixels )
{
m_pPlayerState = pPlayerState;
m_fYReverseOffsetPixels = fYReverseOffsetPixels;
CacheAllUsedNoteSkins();
}