mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-24 13:13:58 +00:00
FULLPIPE: Add missing break. CID 1216226
This commit is contained in:
parent
5c018d6228
commit
89ab5f7f63
@ -1135,6 +1135,8 @@ MessageQueue *MovGraph::sub1(StaticANIObject *ani, int x, int y, int stid, int x
|
||||
_items[idx]->movarr._link = 0;
|
||||
|
||||
res = fillMGMinfo(_items[idx]->ani, &_items[idx]->movarr, stid2);
|
||||
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user