Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/api/Game.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/Game.py')
-rw-r--r--src/api/Game.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/api/Game.py b/src/api/Game.py
index 440e260..bf4b9ce 100644
--- a/src/api/Game.py
+++ b/src/api/Game.py
@@ -46,7 +46,7 @@ class CGame(object):
setPartidasToFile(self.mPartidaDict)
pygame.mouse.set_visible(True)
pygame.quit()
- print "destroy Game"
+ print "destroy game..."
def init(self):
print "initing game..."
@@ -104,7 +104,7 @@ class CGame(object):
self.mCurrentPartida = 1
def gameLoop(self):
- print "starting game.."
+ print "starting game..."
while not self.mQuit: