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:
authorAlan Aguiar <alanjas@hotmail.com>2013-09-13 10:25:04 (GMT)
committer Alan Aguiar <alanjas@hotmail.com>2013-09-13 10:25:04 (GMT)
commitd1c2cf361bd74146bc5592d0924ea9122bd97d9d (patch)
tree2043d7323bbcb6f237fcd343862d4411fa0b1cc6 /src/api/Game.py
parent915a789f3a83f9227b3e2b8cda00daf111a1916f (diff)
can set partida in cgame
Diffstat (limited to 'src/api/Game.py')
-rw-r--r--src/api/Game.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/api/Game.py b/src/api/Game.py
index 9e1b066..8577e9a 100644
--- a/src/api/Game.py
+++ b/src/api/Game.py
@@ -162,6 +162,9 @@ class CGame(object):
else:
return None
+ def setPartida(self, n, p):
+ self.mPartidaDict[n] = p
+
def setBackground(self, aBackgroundImage):
#self.mBackground = None
self.mBackground = aBackgroundImage