mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-10 02:31:02 +00:00
more warning fixes
svn-id: r4991
This commit is contained in:
parent
a5ae66e206
commit
9dfb497d75
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user