Fix french assert.

Fixes a possible ASSERT(!(need_new_run && !mYieldEngine &&
sub_state_r->run_state == run_state)).

When over all multiplex_impl functions and this is the only case that I
found where it could return without changing the state and without
calling either idle() or yield().
This commit is contained in:
Aleric Inglewood
2013-05-27 02:15:28 +02:00
parent a8880983c4
commit b6f6dfbe99
2 changed files with 4 additions and 0 deletions

View File

@@ -420,6 +420,7 @@ void AIFilePicker::multiplex_impl(state_type run_state)
// Store folder of first filename as context.
AIFilePicker::store_folder(mContext, getFolder());
finish();
break;
}
}
}