diff options
author | Filippos Karapetis | 2007-04-27 16:28:22 +0000 |
---|---|---|
committer | Filippos Karapetis | 2007-04-27 16:28:22 +0000 |
commit | b5bc32cf56575286c0b6653d130f0f3980023df7 (patch) | |
tree | 7623ca0f2c27fac04c4186e2d2bcc1868899fb18 /engines | |
parent | 63fcc7feea6c56d148ccffeb4059b51b757c7318 (diff) | |
download | scummvm-rg350-b5bc32cf56575286c0b6653d130f0f3980023df7.tar.gz scummvm-rg350-b5bc32cf56575286c0b6653d130f0f3980023df7.tar.bz2 scummvm-rg350-b5bc32cf56575286c0b6653d130f0f3980023df7.zip |
Wrong paste
svn-id: r26614
Diffstat (limited to 'engines')
-rw-r--r-- | engines/cruise/function.cpp | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/engines/cruise/function.cpp b/engines/cruise/function.cpp index 63186fef5a..c1c3ca58ec 100644 --- a/engines/cruise/function.cpp +++ b/engines/cruise/function.cpp @@ -1047,13 +1047,16 @@ int16 Op_removeBackgroundIncrust(void) int16 Op_D(void) // TODO: palette manipulation { - var_4 = popVar(); - var_6 = popVar(); - var_8 = popVar(); + //var_4 = popVar(); + //var_6 = popVar(); + //var_8 = popVar(); //int si = popVar(); //int di = popVar(); popVar(); popVar(); + popVar(); + popVar(); + popVar(); return 0; } |