From 286dd0faa2b81be0c23e96ac05c75d91f588dade Mon Sep 17 00:00:00 2001 From: nrp Date: Sun, 31 Aug 2008 15:50:21 +0000 Subject: change time of creation of trains --- (limited to 'physics.py') diff --git a/physics.py b/physics.py index f784e41..026e440 100644 --- a/physics.py +++ b/physics.py @@ -52,7 +52,6 @@ class PhysicsGame: self.bridge = Bridge(self) self.bridge.create_world() - self.bridge.create_train() def run(self): self.running = True -- cgit v0.9.1