Restore removed code from accurate branch
It's best to leave things like these around, just commented-out
This commit is contained in:
parent
1321ba522d
commit
41f699fcea
1 changed files with 2 additions and 0 deletions
|
@ -438,6 +438,7 @@ void OrgData::InitOrgData(void)
|
|||
// 曲情報を設定。flagはアイテムを指定 (Set song information. flag specifies an item)
|
||||
BOOL OrgData::SetMusicInfo(MUSICINFO *mi, unsigned long flag)
|
||||
{
|
||||
//char str[32]; // Leftover debug junk
|
||||
int i;
|
||||
|
||||
if (flag & SETGRID) // グリッドを有効に (Enable grid)
|
||||
|
@ -449,6 +450,7 @@ BOOL OrgData::SetMusicInfo(MUSICINFO *mi, unsigned long flag)
|
|||
if (flag & SETWAIT)
|
||||
{
|
||||
info.wait = mi->wait;
|
||||
//itoa(mi->wait, str, 10); // Leftover debug junk
|
||||
}
|
||||
|
||||
if (flag & SETREPEAT)
|
||||
|
|
Loading…
Add table
Reference in a new issue