Factored some relevant data into the GoGame class, made Game -> Close work correctly

This commit is contained in:
2012-04-17 14:59:46 -04:00
parent 00b65a65df
commit f596e0f3ee
2 changed files with 8 additions and 15 deletions

View File

@ -15,7 +15,7 @@ class GoGame(gtk.HBox):
img_res = None
def __init__(self, goban):
def __init__(self, goban, network_mode=False, our_color=None):
super(GoGame, self).__init__()
self.goban = goban