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: https://pysolfc.svn.sourceforge.net/svnroot/pysolfc/PySolFC/trunk@275 39dd0a4e-7c14-0410-91b3-c4f2d318f732
This commit is contained in:
skomoroh 2011-03-08 06:10:10 +00:00
parent ad8e7b0be0
commit 515062749d

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):