ft2-clone

Fasttracker 2 clone
Log | Files | Refs | README | LICENSE

commit 789bc88cf75667d2a9e63278feb221fe474a8113
parent 848dff35011e5701b445a0ba0b0ce2b5e495e096
Author: Olav Sørensen <olav.sorensen@live.no>
Date:   Tue, 14 Jun 2022 21:25:33 +0200

Fix non-sensical system message

Diffstat:
Msrc/ft2_inst_ed.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/ft2_inst_ed.c b/src/ft2_inst_ed.c @@ -175,9 +175,10 @@ static int32_t SDLCALL copyInstrThread(void *ptr) pauseAudio(); freeInstr(dstIns); - bool error = true; + bool error = false; if (instr[srcIns] != NULL) { + error = true; if (allocateInstr(dstIns)) { int16_t i;