Stopped dialogs from taking 100% cpu

This commit is contained in:
Dave White 2003-09-27 11:39:37 +00:00
parent 6f58247fa1
commit 5568cf8f89

View file

@ -824,6 +824,8 @@ int show_dialog(display& disp, SDL_Surface* image,
}
}
}
SDL_Delay(20);
}
return -1;