Revision 1262923
Go back to digest for 13th November 2011Bug Fixes in Games
Parker Coates committed changes in /trunk/KDE/kdegames/kpat:
Remove a bunch of cruft from DealerScene::demo().
This code was doing a bunch of things suboptimally. It didn't use
KCardPile::topCardsDownTo(). It handled a bunch of animation stuff
that should now be handled automatically. It asserted pointers after
having used them, which is pointless.
While I don't know what was causing the crash in bug 274127, I do know
it can't happen again with the new code.
Bug 274127: Kpatience crashes
165 days
File Changes
Modified 2 files
- /trunk/KDE/kdegames/kpat
- /dealer.cpp
- /hint.h
2 files changed in total