From c2efedab22275302f0a10cc197424d345a021d18 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 17 Jun 2012 20:13:48 +0300 Subject: Replace SDL int types to C++ types. --- src/resources/dye.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/resources/dye.h') diff --git a/src/resources/dye.h b/src/resources/dye.h index b238f65fb..26135d82e 100644 --- a/src/resources/dye.h +++ b/src/resources/dye.h @@ -61,9 +61,9 @@ class DyePalette */ void getColor(double intensity, int color[3]) const; - void replaceColor(Uint8 *color) const; + void replaceColor(uint8_t *color) const; - void replaceOGLColor(Uint8 *color) const; + void replaceOGLColor(uint8_t *color) const; private: struct Color -- cgit v1.2.3-60-g2f50