mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
Mirror of git://xwords.git.sourceforge.net/gitroot/xwords/xwords
72cb12f383
Yikes. I used to assert, in nextTurn(), that you were in the right state. On release builds that went away, and you were moved into the right state regardless. The bug happened when I changed that to exit nextTurn() without changing the state, meaning that for PHONIES_DISALLOW the host filled up its message queue trying to communicate that the latest move was ok, never getting out of the state that required sending that message. The fix is simply to change the state after sending and, guest-side, after receiving, that message. |
||
---|---|---|
xwords4 | ||
.gitignore | ||
.projectile | ||
.travis.yml | ||
id_rsa_uploader.enc |