Revision 1294797

Go back to digest for 20th May 2012

Bug Fixes in Games

Wolfgang Rohdewald committed changes in /trunk/KDE/kdegames/kajongg/src/humanclient.py:

demo mode: fix duplicate code execution

AI was asked twice which tile to discard. This only matters since recently
because since then the random generator is used when two tiles have the same
uselessness. But we want the random generator to be called exactly with the
same order/frequency for all modes (nogui, gui, autoplay) so we can
easier reproduce bugs.

File Changes

Modified 1 files
  • /trunk/KDE/kdegames/kajongg/src/humanclient.py
1 files changed in total