if (!getCurrentPlayer().isHuman() && !isDone()) {
pviewer.doComputerMove(getCurrentPlayer());
}
// fire game changed event
pviewer.sendGameChangedEvent(null);
}
/**
* Take care of distributing the pot, dealing, anteing up.
* In the rare case of a tie the pot will get split evenly among the winners.