aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2002-09-21 23:46:32 +0000
committerMax Horn2002-09-21 23:46:32 +0000
commit9dfb497d75f173f95d547ff4153746ad00e067a4 (patch)
tree9e3d7aecdd12f964594d79808446826e20aaf38d
parenta5ae66e20694cb8993b2bdf8839828c3832152c9 (diff)
downloadscummvm-rg350-9dfb497d75f173f95d547ff4153746ad00e067a4.tar.gz
scummvm-rg350-9dfb497d75f173f95d547ff4153746ad00e067a4.tar.bz2
scummvm-rg350-9dfb497d75f173f95d547ff4153746ad00e067a4.zip
more warning fixes
svn-id: r4991
-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;