aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise
diff options
context:
space:
mode:
authorPaul Gilbert2009-03-26 11:16:34 +0000
committerPaul Gilbert2009-03-26 11:16:34 +0000
commitab31f4667691632784d2bdb03de794fe790affa7 (patch)
tree44c0f61c81303e7b40e5b156c5472bcd7c3fe857 /engines/cruise
parentc592bf3300339a755b692906e7364bb6c9ed76f4 (diff)
downloadscummvm-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/cruise')
-rw-r--r--engines/cruise/function.cpp2
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,