From 9dfb497d75f173f95d547ff4153746ad00e067a4 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 21 Sep 2002 23:46:32 +0000 Subject: [PATCH] more warning fixes svn-id: r4991 --- scumm/costume.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scumm/costume.cpp b/scumm/costume.cpp index 612fc4683d5..1ea4a137481 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;