diff options
author | Paul Gilbert | 2009-03-26 11:16:34 +0000 |
---|---|---|
committer | Paul Gilbert | 2009-03-26 11:16:34 +0000 |
commit | ab31f4667691632784d2bdb03de794fe790affa7 (patch) | |
tree | 44c0f61c81303e7b40e5b156c5472bcd7c3fe857 /engines | |
parent | c592bf3300339a755b692906e7364bb6c9ed76f4 (diff) | |
download | scummvm-rg350-ab31f4667691632784d2bdb03de794fe790affa7.tar.gz scummvm-rg350-ab31f4667691632784d2bdb03de794fe790affa7.tar.bz2 scummvm-rg350-ab31f4667691632784d2bdb03de794fe790affa7.zip |
Corrected the positions of two library functions in the library function list
svn-id: r39699
Diffstat (limited to 'engines')
-rw-r--r-- | engines/cruise/function.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cruise/function.cpp b/engines/cruise/function.cpp index 815e1235c4..55e08c99e1 100644 --- a/engines/cruise/function.cpp +++ b/engines/cruise/function.cpp @@ -1621,8 +1621,8 @@ opcodeFunction opcodeTablePtr[] = { Op_CTOff, Op_Random, Op_LoadSong, - Op_PlaySong, Op_FadeSong, + Op_PlaySong, Op_FreeSong, // 0x40 Op_FrameExist, |