another fix
This commit is contained in:
parent
7d95e685ac
commit
d3f0f1d1d0
|
@ -297,6 +297,7 @@ SafeWriter* DivEngine::saveCommand(bool binary) {
|
||||||
while (!done) {
|
while (!done) {
|
||||||
if (nextTick(false,true) || !playing) {
|
if (nextTick(false,true) || !playing) {
|
||||||
done=true;
|
done=true;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
// get command stream
|
// get command stream
|
||||||
wroteTickGlobal=false;
|
wroteTickGlobal=false;
|
||||||
|
|
Loading…
Reference in a new issue