aboutsummaryrefslogtreecommitdiff
path: root/client.py
diff options
context:
space:
mode:
authorGrissess <grissess@nexusg.org>2016-04-24 23:36:07 -0400
committerGrissess <grissess@nexusg.org>2016-04-24 23:36:07 -0400
commit90fe1672d81de5a3a3b077c025f851470891b566 (patch)
tree2e7c7f19a2f04962fec29baed791863f14ad91e3 /client.py
parentd59e5fdb05afe7a9bc73ab8bbf1f44cf4777238c (diff)
Features and bugfixes all around
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)