GNOME Bugzilla – Bug 570576
Klondike: Changing from single to three card deal moves waste slot
Last modified: 2011-12-06 19:13:10 UTC
SSIA
It's this code in board*.c: /* FIXMEchpe: what exactly is the purpose of the following lines? */ if (slot->expanded_right) xofs = yofs; if (slot->expanded_down) yofs = xofs; which I've never been able to figure out the purpose of.
I have played a few games with this code removed and I did not notice any problems without it. Maybe we should just delete it and see if anything breaks?
Mass-moving only open aisleriot bugs to the new product. Search for "aisleriot-mass-move" to filter them.
Fixed on master.