# HG changeset patch # User Jeremy Thurgood # Date 1283029569 -7200 # Node ID f173771c85a8b652f006fc7eed03e5506a86b198 # Parent add81f2b747ea25cad8150b290e6fd80ccb6cb64 Disable DEBUG. diff -r add81f2b747e -r f173771c85a8 gamelib/constants.py --- a/gamelib/constants.py Sat Aug 28 23:01:30 2010 +0200 +++ b/gamelib/constants.py Sat Aug 28 23:06:09 2010 +0200 @@ -13,6 +13,6 @@ # Animation frame rate FRAME_RATE = 25 -DEBUG = True +DEBUG = False ENTER, LEAVE = 1, 2