Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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