diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/wage/design.cpp | 2 |
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) : |