it works but without figures
This commit is contained in:
parent
e9785c4906
commit
f5b65a390b
6 changed files with 75 additions and 17 deletions
|
|
@ -45,7 +45,7 @@ typedef struct {
|
|||
Automato_t state;
|
||||
Moving_t moving_type;
|
||||
int field[FIELD_HEIGHT][FIELD_WIDTH];
|
||||
GameInfo_t info;
|
||||
GameInfo_t* info;
|
||||
long long last_time;
|
||||
} GameState_t;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue