Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/balloongame.py
diff options
context:
space:
mode:
authorWade Brainerd <wadetb@gmail.com>2009-01-30 03:42:16 (GMT)
committer Wade Brainerd <wadetb@gmail.com>2009-01-30 03:42:16 (GMT)
commite32707f55e3614368e0498137b30a274194dd443 (patch)
tree953f8e7684d17e63d6167557ac107535d5b8e52f /balloongame.py
parent8c6509d046036a7db2be1e83ab7e591c1a02de0b (diff)
Typo in last commit. Non working attempt at space between lesson lines.
Diffstat (limited to 'balloongame.py')
-rw-r--r--balloongame.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/balloongame.py b/balloongame.py
index d714cb7..3dcf793 100644
--- a/balloongame.py
+++ b/balloongame.py
@@ -160,7 +160,7 @@ class BalloonGame(gtk.VBox):
self.update_balloon(b)
self.spawn_delay -= 1
- if if self.count_left >= 0 && self.spawn_delay <= 0:
+ if self.count_left >= 0 and self.spawn_delay <= 0:
self.count += 1
self.count_left -= 1