s/CArray<x,y>/vector<x>/g
This commit is contained in:
@@ -54,7 +54,7 @@ protected:
|
||||
|
||||
void UpdateOptionsDisplays();
|
||||
|
||||
CArray<Notes*, Notes*> m_arrayNotes[NUM_PLAYERS];
|
||||
vector<Notes*> m_arrayNotes[NUM_PLAYERS];
|
||||
int m_iSelection[NUM_PLAYERS];
|
||||
|
||||
MenuElements m_Menu;
|
||||
|
||||
Reference in New Issue
Block a user