aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/support/video_surface.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-27 23:02:00 -0400
committerPaul Gilbert2016-07-10 16:12:13 -0400
commit001a2ac15e5c8722ba283e7380d6dc9ce11e51b0 (patch)
treed324ea04f06325d689120f45e877eba34e626ca9 /engines/titanic/support/video_surface.h
parente4b231b39dfb0247afa61ac8afb40be863b9f08c (diff)
downloadscummvm-rg350-001a2ac15e5c8722ba283e7380d6dc9ce11e51b0.tar.gz
scummvm-rg350-001a2ac15e5c8722ba283e7380d6dc9ce11e51b0.tar.bz2
scummvm-rg350-001a2ac15e5c8722ba283e7380d6dc9ce11e51b0.zip
TITANIC: Implement surface changePixel method
Diffstat (limited to 'engines/titanic/support/video_surface.h')
-rw-r--r--engines/titanic/support/video_surface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/support/video_surface.h b/engines/titanic/support/video_surface.h
index d7061895a5..60315a6477 100644
--- a/engines/titanic/support/video_surface.h
+++ b/engines/titanic/support/video_surface.h
@@ -147,7 +147,7 @@ public:
/**
* Change a pixel
*/
- virtual void changePixel(uint16 *pixelP, uint16 color, int val3, int val5) = 0;
+ virtual void changePixel(uint16 *pixelP, uint16 *color, byte srcVal, bool remapFlag = true) = 0;
/**
* Shifts the colors of the surface.. maybe greys it out?
@@ -306,7 +306,7 @@ public:
/**
* Change a pixel
*/
- virtual void changePixel(uint16 *pixelP, uint16 color, int val3, int val5);
+ virtual void changePixel(uint16 *pixelP, uint16 *color, byte srcVal, bool remapFlag = true);
/**
* Shifts the colors of the surface.. maybe greys it out?