diff TODO @ 369:25f7d4824250

Disable timers during move_foxes loop to stop events piling up too much
author Neil Muller <drnlmuller@gmail.com>
date Thu, 10 Sep 2009 15:18:39 +0000
parents 14d49a7d8ffc
children 30a581e63a3a
line wrap: on
line diff
--- a/TODO	Thu Sep 10 12:34:57 2009 +0000
+++ b/TODO	Thu Sep 10 15:18:39 2009 +0000
@@ -61,6 +61,9 @@
     return pygame.event.post(START_DAY)
 pygame.error: Event queue full
 """
+ - r370 disables timer events while processing the fox movements and
+   chicken attacks. This should make this bug harder to trigger.
+
 
 Leaking weakref objects bug (reported by tumbleweed):
  - this is probably http://pygame.motherhamster.org/bugzilla/show_bug.cgi?id=30