ref: 987ecd53404abb10bb1c73b66bf231ebf8e29068
parent: 8f1bc269f071e2e5eb607ecb26133656fc850527
author: Clownacy <Clownacy@users.noreply.github.com>
date: Tue Sep 3 21:41:15 EDT 2019
Apply a missing constant in Organya
--- a/src/Organya.cpp
+++ b/src/Organya.cpp
@@ -86,7 +86,7 @@
unsigned short alloc_note; // Number of allocated notes
long repeat_x; // Repeat
long end_x; // End of song (Return to repeat)
- TRACKDATA tdata[16];
+ TRACKDATA tdata[MAXTRACK];
} MUSICINFO;
// メインクラス。このアプリケーションの中心。(クラスってやつを初めて使う) (Main class. The heart of this application. (Class is used for the first time))