more warning fixes

svn-id: r4991
This commit is contained in:
Max Horn 2002-09-21 23:46:32 +00:00
parent a5ae66e206
commit 9dfb497d75

View File

@ -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;