1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

* fixed memory-type games

git-svn-id: file:///home/shlomif/Backup/svn-dumps/PySolFC/svnsync-repos/pysolfc/PySolFC/trunk@275 efabe8c0-fbe8-4139-b769-b5e6d273206e
This commit is contained in:
skomoroh 2011-03-08 06:10:10 +00:00
parent cff055413b
commit 3505a28bfe

View file

@ -68,6 +68,7 @@ class Memory_RowStack(OpenStack):
self.flipMove()
game.other_stack = None
self.game.finishMove()
self.game.checkForWin()
return 1
def _dropPairMove(self, n, other_stack, frames=-1, shadow=-1):