summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xamiga/gui.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index b8cc69f7a..06bd182e2 100755
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -1399,6 +1399,11 @@ void gui_quit(void)
{
while(!CloseScreen(scrn));
}
+ else
+ {
+ /* have a go at closing the public screen, apparently this is OK to do */
+ CloseScreen(scrn);
+ }
FreeVec(nsscreentitle);