allow positioning per-player

allow moving overlay graphics
This commit is contained in:
Glenn Maynard
2003-04-17 22:53:36 +00:00
parent ad1fd84656
commit 924cb3f1bc
4 changed files with 48 additions and 23 deletions
+1
View File
@@ -118,6 +118,7 @@ void NoteDisplay::Load( int iColNum, PlayerNumber pn )
{
m_PlayerNumber = pn;
/* Normally, this is empty and we use the style table entry via ColToButtonName. */
CString Button = g_NoteFieldMode[m_PlayerNumber].NoteButtonNames[iColNum];
if(Button == "")
Button = NoteSkinManager::ColToButtonName(iColNum);