mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 12:39:56 +00:00
Ooops, increase count in isVgaQueueEmpty()
svn-id: r24032
This commit is contained in:
parent
b828f5e3bc
commit
46ed06fc27
@ -150,6 +150,7 @@ bool AGOSEngine::isVgaQueueEmpty() {
|
||||
result = true;
|
||||
break;
|
||||
}
|
||||
vte++;
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user