aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/msurface.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/msurface.h')
-rw-r--r--engines/mads/msurface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mads/msurface.h b/engines/mads/msurface.h
index 209ac97d58..7f4cec3c1c 100644
--- a/engines/mads/msurface.h
+++ b/engines/mads/msurface.h
@@ -169,9 +169,9 @@ public:
}
/**
- * Translates the data of a surface using a specified RGBList translation matrix.
+ * Translates the pixels of an image used the passed palette with RGB mapping
*/
- void translate(RGBList *list, bool isTransparent = false);
+ void translate(Common::Array<RGB6> &palette);
};
} // End of namespace MADS