Apply a missing constant in Organya

This commit is contained in:
Clownacy 2019-09-04 01:41:15 +01:00
parent 8f1bc269f0
commit 987ecd5340

View file

@ -86,7 +86,7 @@ typedef struct MUSICINFO
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))