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

Potential fix for issue #220

This commit is contained in:
Joe R 2021-08-27 19:32:47 -04:00
parent a2ac356741
commit f2457f03eb

View file

@ -153,10 +153,7 @@ class Montana_RowStack(BasicRowStack):
return self.quickPlayHandler(event)
return BasicRowStack.clickHandler(self, event)
# bottom to get events for an empty stack
prepareBottom = Stack.prepareInvisibleBottom
getBottomImage = Stack._getReserveBottomImage
getBottomImage = Stack._getBlankBottomImage
class Montana(Game):