mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
9dff498b21
Two issues are addressed: CORE-2189: missing undo feature Works the same way as solitaire in windows xp: - only 1 action can be undone; - the player gets -2 points in standard score mode; - the undo action resets when the player clicks on a row stack to turn the top card. CORE-11148: invisible cards This happens in 3-card mode, when only 1 card left in the deck. The fix for this is to modify the pile stack to contain all the face-up cards. It was actually already in the code somewhere else, so I turned it into a separate function. |
||
---|---|---|
.. | ||
lang | ||
CMakeLists.txt | ||
ReadMe.txt | ||
resource.h | ||
rsrc.rc | ||
solcreate.cpp | ||
solgame.cpp | ||
solitaire.cpp | ||
solitaire.h | ||
solitaire.ico | ||
solundo.cpp |
Solitaire for ReactOS /***************************************** A complete working example of the CardLib card-game library. Freeware Copyright J Brown 2001 Updates at http://www.catch22.net ******************************************/ The author has given permission to use these sources under Public Domain. Do what thou will but please give credit where credit is due. -sedwards