summaryrefslogtreecommitdiffstats
path: root/Python/pythonmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/pythonmain.c')
-rw-r--r--Python/pythonmain.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/Python/pythonmain.c b/Python/pythonmain.c
index c78a435..7504bc8 100644
--- a/Python/pythonmain.c
+++ b/Python/pythonmain.c
@@ -15,6 +15,10 @@
int use_stdwin;
#endif
+#ifdef USE_AUDIO
+#include "asa.h"
+#endif
+
extern char *getenv();
#include "PROTO.h"
@@ -177,6 +181,9 @@ goaway(sts)
if (use_stdwin)
wdone();
#endif
+#ifdef USE_AUDIO
+ asa_done();
+#endif
#ifdef THINK_C
#ifndef TRACE_REFS
/* Avoid 'click mouse to continue' in Lightspeed C */