From 90fe1672d81de5a3a3b077c025f851470891b566 Mon Sep 17 00:00:00 2001 From: Grissess Date: Sun, 24 Apr 2016 23:36:07 -0400 Subject: Features and bugfixes all around --- client.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'client.py') 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) -- cgit v1.2.3-70-g09d2