AGI: Fix Engine Exit While Predictive Dialog Is Open.

This commit is contained in:
D G Turner 2011-06-08 03:38:52 +01:00
parent dbaf9e49c7
commit e3a409b9a4

View File

@ -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];