From 4313748c016e8a9fe815a1c8a6460237ead0f8fe Mon Sep 17 00:00:00 2001 From: Chris Ball Date: Wed, 12 Dec 2007 03:49:34 +0000 Subject: Disable the suspend call in pause() for now. --- (limited to 'library') diff --git a/library/pippy/game.py b/library/pippy/game.py index c3f6f65..73bc5ca 100644 --- a/library/pippy/game.py +++ b/library/pippy/game.py @@ -32,10 +32,10 @@ def pause(): pygame.display.flip() # SUSPEND - try: - open('/sys/power/state','w').write('mem') - except: # XXX: couldn't suspend (no permissions?) - pygame.event.post(pygame.event.wait()) + # try: + # open('/sys/power/state','w').write('mem') + # except: # XXX: couldn't suspend (no permissions?) + # pygame.event.post(pygame.event.wait()) pygame.display.set_caption(caption, icon_caption) screen.blit(old_screen, (0,0)) -- cgit v0.9.1