Factored some relevant data into the GoGame class, made Game -> Close work correctly
This commit is contained in:
parent
00b65a65df
commit
f596e0f3ee
2 changed files with 8 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue