OSDN Git Service

type miss
authoryamat0jp <yamat0jp@yahoo.co.jp>
Wed, 27 Dec 2017 05:35:11 +0000 (14:35 +0900)
committeryamat0jp <yamat0jp@yahoo.co.jp>
Wed, 27 Dec 2017 05:35:11 +0000 (14:35 +0900)
reversi.py

index 1f47648..bb30a26 100755 (executable)
@@ -228,7 +228,7 @@ def ChangePlayer():
         
 def CompStone():
     stone_grid.active = False
-    stone_grid.T_data(index.stone)
+    stone_grid.T_Data(index.stone)
     if index.stone == black:
         pre = comp.sente_stone(stone_grid.item.grid,stone_grid.arr.grid)
     elif index.stone == white: