aboutsummaryrefslogtreecommitdiff
path: root/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'client.py')
-rw-r--r--client.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/client.py b/client.py
index 01344c1..2d1ab40 100644
--- a/client.py
+++ b/client.py
@@ -141,6 +141,10 @@ def pygame_notes():
thread.interrupt_main()
pygame.quit()
exit()
+ elif ev.type == pygame.QUIT:
+ thread.interrupt_main()
+ pygame.quit()
+ exit()
clock.tick(60)