added BackgroundChange editing and DWI saving to editor

This commit is contained in:
Chris Danford
2002-08-23 20:18:29 +00:00
parent 36d81d0e1c
commit a0c7d5bd22
41 changed files with 906 additions and 449 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ SnapDisplay::SnapDisplay()
this->AddSubActor( &m_sprIndicators[i] );
}
m_NoteType = NOTE_4TH;
m_NoteType = NOTE_TYPE_4TH;
D3DXCOLOR color = NoteTypeToColor( m_NoteType );
for( i=0; i<2; i++ )