Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tower.py
diff options
context:
space:
mode:
Diffstat (limited to 'tower.py')
-rwxr-xr-xtower.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/tower.py b/tower.py
index c209367..e4f06cd 100755
--- a/tower.py
+++ b/tower.py
@@ -594,7 +594,8 @@ def run():
#print clock
clock.tick(35) #limits to 40 FPS
-
+
+ pygame.quit()
def main():
print "Running Tower"
@@ -676,4 +677,4 @@ def generateDropNumber(heroNumber,level,currentValues):
return (type,number,returnString)
#runs main if called via other naming convention
-if __name__ == '__main__': main() \ No newline at end of file
+if __name__ == '__main__': main()