Restore removed code from accurate branch

It's best to leave things like these around, just commented-out
This commit is contained in:
Clownacy 2020-07-06 15:32:07 +01:00
parent 1321ba522d
commit 41f699fcea

View file

@ -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)