mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-23 12:44:02 +00:00
HUGO: Silence GCC warning
This commit is contained in:
parent
74e99328ec
commit
e9dad7859c
@ -753,7 +753,8 @@ void Scheduler::saveActions(Common::WriteStream *f) const {
|
||||
|
||||
for (int i = 0; i < _actListArrSize; i++) {
|
||||
// write all the sub elems data
|
||||
for (nbrSubElem = 1; _actListArr[i][nbrSubElem - 1].a0.actType != ANULL; nbrSubElem++);
|
||||
for (nbrSubElem = 1; _actListArr[i][nbrSubElem - 1].a0.actType != ANULL; nbrSubElem++)
|
||||
;
|
||||
|
||||
f->writeUint16BE(nbrSubElem);
|
||||
for (int j = 0; j < nbrSubElem; j++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user