aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/costume.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/scumm/costume.cpp b/scumm/costume.cpp
index 612fc4683d..1ea4a13748 100644
--- a/scumm/costume.cpp
+++ b/scumm/costume.cpp
@@ -725,9 +725,9 @@ void CostumeRenderer::proc6_ami()
byte width, height, pcolor;
int color;
int step = _scaleIndexXStep;
- uint x;
- uint y;
- uint scrheight;
+ int x;
+ int y;
+ int scrheight;
x = _xpos;
y = _ypos;