summaryrefslogtreecommitdiff
path: root/src/hand.c
Commit message (Collapse)AuthorAge
* Simplified net_recv(). Refactored 'hand' from array definition to hand_t ↵Mario Kilies2011-01-16
| | | | struct definition.
* Implemented hand_sort(). ui_choose_card() now pre-selects the card with ↵Mario Kilies2011-01-14
lowest index, if at index 0 is no card. draw_card() now draws empty placeholder cards, to clear old screen content.