mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-04 15:51:42 +00:00
FULLPIPE: Fix a warning
This commit is contained in:
parent
2f59fd3642
commit
3f119aab0e
@ -1232,7 +1232,7 @@ MessageQueue *MovGraph::method50(StaticANIObject *ani, MovArr *movarr, int stati
|
||||
return 0;
|
||||
|
||||
uint idx;
|
||||
int movidx;
|
||||
int movidx = 0;
|
||||
bool done = false;
|
||||
|
||||
for (idx = 0; idx <= _items.size() && !done; idx++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user