diff options
author | Grissess <grissess@nexusg.org> | 2016-04-24 23:36:07 -0400 |
---|---|---|
committer | Grissess <grissess@nexusg.org> | 2016-04-24 23:36:07 -0400 |
commit | 90fe1672d81de5a3a3b077c025f851470891b566 (patch) | |
tree | 2e7c7f19a2f04962fec29baed791863f14ad91e3 /client.py | |
parent | d59e5fdb05afe7a9bc73ab8bbf1f44cf4777238c (diff) |
Features and bugfixes all around
Diffstat (limited to 'client.py')
-rw-r--r-- | client.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |