Apply a missing constant in Organya
This commit is contained in:
parent
8f1bc269f0
commit
987ecd5340
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue