AGS: Refactor audio code

This commit is contained in:
Cameron Cawley 2021-02-08 22:47:43 +00:00 committed by Paul Gilbert
parent b723ed2db4
commit ff276f88ff
51 changed files with 63 additions and 2117 deletions

View file

@ -489,7 +489,6 @@ bool send_exception_to_editor(const char *qmsg) {
return false;
while ((check_for_messages_from_editor() == 0) && (_G(want_exit) == 0)) {
update_polled_mp3();
platform->Delay(10);
}
#endif