update_dialog (3) Linux Manual Page
update_dialog – Low level function to update a dialog player. Allegro game programming library. Synopsis #include <allegro.h> int update_dialog(DIALOG_PLAYER *player); Description Updates the status of a dialog object returned by init_dialog(). Returns TRUE if the dialog is still active, or FALSE if it has terminated. Upon a return value of FALSE, it is up to…
