ref: 41f699fcea5ee95ad459972bdf46b705ab2219dd
parent: 1321ba522d7dfaa5479d69bc142427d6332e776a
author: Clownacy <Clownacy@users.noreply.github.com>
date: Mon Jul 6 11:32:07 EDT 2020
Restore removed code from accurate branch It's best to leave things like these around, just commented-out
--- a/src/Organya.cpp
+++ b/src/Organya.cpp
@@ -438,6 +438,7 @@
// 曲情報を設定。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 @@
if (flag & SETWAIT)
{
info.wait = mi->wait;
+ //itoa(mi->wait, str, 10); // Leftover debug junk
}
if (flag & SETREPEAT)