mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-30 07:23:05 +00:00
AGI: Fix Engine Exit While Predictive Dialog Is Open.
This commit is contained in:
parent
dbaf9e49c7
commit
e3a409b9a4
@ -190,7 +190,7 @@ bool AgiEngine::predictiveDialog() {
|
||||
|
||||
bool needRefresh = true;
|
||||
|
||||
for (;;) {
|
||||
while (!shouldQuit()) {
|
||||
if (needRefresh) {
|
||||
for (int i = 0; buttons[i]; i++) {
|
||||
int color1 = colors[i * 2];
|
||||
|
Loading…
x
Reference in New Issue
Block a user