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)
|
// 曲情報を設定。flagはアイテムを指定 (Set song information. flag specifies an item)
|
||||||
BOOL OrgData::SetMusicInfo(MUSICINFO *mi, unsigned long flag)
|
BOOL OrgData::SetMusicInfo(MUSICINFO *mi, unsigned long flag)
|
||||||
{
|
{
|
||||||
|
//char str[32]; // Leftover debug junk
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
if (flag & SETGRID) // グリッドを有効に (Enable grid)
|
if (flag & SETGRID) // グリッドを有効に (Enable grid)
|
||||||
|
@ -449,6 +450,7 @@ BOOL OrgData::SetMusicInfo(MUSICINFO *mi, unsigned long flag)
|
||||||
if (flag & SETWAIT)
|
if (flag & SETWAIT)
|
||||||
{
|
{
|
||||||
info.wait = mi->wait;
|
info.wait = mi->wait;
|
||||||
|
//itoa(mi->wait, str, 10); // Leftover debug junk
|
||||||
}
|
}
|
||||||
|
|
||||||
if (flag & SETREPEAT)
|
if (flag & SETREPEAT)
|
||||||
|
|
Loading…
Add table
Reference in a new issue