big checkin - new noteskin format and XY positioning. I probably broke a lot of things.
This commit is contained in:
@@ -333,7 +333,9 @@ void DWIcharToNote( char c, GameController i, DanceNote ¬e1Out, DanceNote &no
|
||||
case 'K': note1Out = DANCE_NOTE_PAD1_UP; note2Out = DANCE_NOTE_PAD1_UPRIGHT; break;
|
||||
case 'L': note1Out = DANCE_NOTE_PAD1_UPRIGHT; note2Out = DANCE_NOTE_PAD1_RIGHT; break;
|
||||
case 'M': note1Out = DANCE_NOTE_PAD1_UPLEFT; note2Out = DANCE_NOTE_PAD1_UPRIGHT; break;
|
||||
default: throw RageException( "Encountered invalid DWI note characer '%c'", c ); break;
|
||||
default:
|
||||
LOG->Warn( "Encountered invalid DWI note characer '%c'", c );
|
||||
note1Out = DANCE_NOTE_NONE; note2Out = DANCE_NOTE_NONE; break;
|
||||
}
|
||||
|
||||
switch( i )
|
||||
|
||||
Reference in New Issue
Block a user