Corrected the positions of two library functions in the library function list
svn-id: r39699
This commit is contained in:
parent
c592bf3300
commit
ab31f46676
1 changed files with 1 additions and 1 deletions
|
@ -1621,8 +1621,8 @@ opcodeFunction opcodeTablePtr[] = {
|
||||||
Op_CTOff,
|
Op_CTOff,
|
||||||
Op_Random,
|
Op_Random,
|
||||||
Op_LoadSong,
|
Op_LoadSong,
|
||||||
Op_PlaySong,
|
|
||||||
Op_FadeSong,
|
Op_FadeSong,
|
||||||
|
Op_PlaySong,
|
||||||
|
|
||||||
Op_FreeSong, // 0x40
|
Op_FreeSong, // 0x40
|
||||||
Op_FrameExist,
|
Op_FrameExist,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue