Expanded move_t type with QUIT and added MOVECOUNT
This commit is contained in:
parent
7bbd877fb5
commit
2d11458586
4 changed files with 16 additions and 3 deletions
1
logic.c
1
logic.c
|
|
@ -52,6 +52,7 @@ void playMove(
|
|||
case POP: // Pop out the lowest and make all above fall down
|
||||
boardptr->column [ column ] >>= 1;
|
||||
boardptr->height [ column ]--;
|
||||
default: // Do nothing
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue