aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/surface.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-09-06 20:52:15 -0400
committerPaul Gilbert2015-09-06 20:52:15 -0400
commite0ad8a9ef56095df91273b1d27c6511d702546fd (patch)
tree53edcac9fb63d46196a9947052ae05ba66a82517 /engines/sherlock/surface.h
parent735bd2c3f7ddce6eefa4dacf396df1180e93373e (diff)
downloadscummvm-rg350-e0ad8a9ef56095df91273b1d27c6511d702546fd.tar.gz
scummvm-rg350-e0ad8a9ef56095df91273b1d27c6511d702546fd.tar.bz2
scummvm-rg350-e0ad8a9ef56095df91273b1d27c6511d702546fd.zip
SHERLOCK: 3DO: Set up RGB color constants for 3DO
Diffstat (limited to 'engines/sherlock/surface.h')
-rw-r--r--engines/sherlock/surface.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/sherlock/surface.h b/engines/sherlock/surface.h
index 385fb1793e..97424a1ed4 100644
--- a/engines/sherlock/surface.h
+++ b/engines/sherlock/surface.h
@@ -133,14 +133,14 @@ public:
/**
* Fill a given area of the surface with a given color
*/
- void fillRect(int x1, int y1, int x2, int y2, byte color);
+ void fillRect(int x1, int y1, int x2, int y2, uint color);
/**
* Fill a given area of the surface with a given color
*/
- void fillRect(const Common::Rect &r, byte color);
+ void fillRect(const Common::Rect &r, uint color);
- void fill(uint16 color);
+ void fill(uint color);
/**
* Clear the surface