aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/palette.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2014-06-01 11:48:19 -0400
committerPaul Gilbert2014-06-01 11:48:19 -0400
commitf16dd2a7f270fdbf116657dad13817f9b36a6a96 (patch)
tree190a2cd3e978513995e6bf2af57d622592fc8f4a /engines/mads/palette.cpp
parent7227d723a40080c0d65ec0a5cd0f37b6f480ec37 (diff)
downloadscummvm-rg350-f16dd2a7f270fdbf116657dad13817f9b36a6a96.tar.gz
scummvm-rg350-f16dd2a7f270fdbf116657dad13817f9b36a6a96.tar.bz2
scummvm-rg350-f16dd2a7f270fdbf116657dad13817f9b36a6a96.zip
MADS: Minor fixes for sprite asset flags passing
Diffstat (limited to 'engines/mads/palette.cpp')
-rw-r--r--engines/mads/palette.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/palette.cpp b/engines/mads/palette.cpp
index 0028548c1e..f8670c71dc 100644
--- a/engines/mads/palette.cpp
+++ b/engines/mads/palette.cpp
@@ -285,7 +285,7 @@ void PaletteUsage::resetPalFlags(int idx) {
*flagP = 0;
}
- _vm->_palette->_rgbList[idx] = 0;
+ _vm->_palette->_rgbList[idx] = false;
}
}