diff options
| author | Mario Kilies <MarioKilies@GMX.net> | 2011-01-25 11:11:47 +0100 |
|---|---|---|
| committer | Mario Kilies <MarioKilies@GMX.net> | 2011-01-25 11:11:47 +0100 |
| commit | 3fc586325f8fc8fb4f1990bf87ad4c37e722f381 (patch) | |
| tree | c6e5dfcb251eddc3cc7a413c562849cb14fccedc /src/client_game_states.c | |
| parent | 6dad43a768646ef0d8f06958446761eb8a1b3f93 (diff) | |
Created a mainstack datatype. Refactored server game states into separate functions.
Diffstat (limited to 'src/client_game_states.c')
| -rw-r--r-- | src/client_game_states.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client_game_states.c b/src/client_game_states.c index 651c06d..1f398ee 100644 --- a/src/client_game_states.c +++ b/src/client_game_states.c @@ -54,7 +54,7 @@ game_state_t state_client_wait_for_open_cards(const int sock) return STATE_CLIENT_SELECT_OPEN_CARD;; // just for testing } -game_state_t state_client_play_cards(const int sock) +game_state_t state_client_play_cards(const int sock, const uint8_t round) { #if 0 data_store *d = datamodel(); |
