ref: 0237844e14eef09a7f023c916c6c006d17cebabb
parent: 4091d152eea6738610306f19e8b389cb83ecf470
author: Clownacy <Clownacy@users.noreply.github.com>
date: Wed Jan 22 20:50:03 EST 2020
Actually, this fix doesn't seem right
--- a/src/Organya.cpp
+++ b/src/Organya.cpp
@@ -514,11 +514,7 @@
for (i = 0; i < MAXMELODY; i++)
{
info.tdata[i].freq = mi->tdata[i].freq;
- #ifdef FIX_BUGS
- info.tdata[i].pipi = mi->tdata[i].pipi;
- #else
- info.tdata[i].pipi = info.tdata[i].pipi; // Just sets info.tdata[i].pipi to itself
- #endif
+ info.tdata[i].pipi = info.tdata[i].pipi; // Just sets info.tdata[i].pipi to itself (SETPIPI already sets pipi, so maybe this line shouldn't be here in the first place)
}
}