diff options
Diffstat (limited to 'render.py')
-rw-r--r-- | render.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -141,4 +141,8 @@ while True: pygame.quit() exit() + if not os.path.exists(options.map_file): + pygame.quit() + exit() + clock.tick(60) |