aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/wage/design.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wage/design.cpp b/engines/wage/design.cpp
index 74a97ed20d..8714d41f67 100644
--- a/engines/wage/design.cpp
+++ b/engines/wage/design.cpp
@@ -55,7 +55,7 @@ namespace Wage {
struct plotData {
Graphics::Surface *surface;
Patterns *patterns;
- int fillType;
+ uint fillType;
int thickness;
plotData(Graphics::Surface *s, Patterns *p, int f, int t) :