commit:80a3486b45abc4d8c81da29580c21d402f152f6f
author:Chip Black
committer:Chip Black
date:Mon Jul 14 00:37:16 2008 -0500
parents:ea944b0315ee492e0bbc97fb1f9424fcbc4ae7b4
Minor cleanup on Actor, fixed Stage.py permissions
diff --git a/Richter/Actor.py b/Richter/Actor.py
line changes: +0/-1
index 13c65fe..bc1bb84
--- a/Richter/Actor.py
+++ b/Richter/Actor.py
@@ -6,7 +6,6 @@ class Actor:
 		self.currentstate = None
 		self.surfaces = surfaces
 		self.position = [0,0]
-		self.vgravity = 0
 
 	
 	def defineState(self, statename, sprite):

diff --git a/Richter/Stage.py b/Richter/Stage.py
line changes: +0/-0
index 71af6e9..71af6e9
--- a/Richter/Stage.py
+++ b/Richter/Stage.py