mirror of
https://github.com/gwenhael-le-moine/c-urs_-toil-s.git
synced 2024-12-26 09:58:48 +01:00
remove unused variables
This commit is contained in:
parent
86df23a64b
commit
38ebb91d8d
1 changed files with 1 additions and 1 deletions
2
star.c
2
star.c
|
@ -367,7 +367,7 @@ int won_or_not( struct state *s )
|
|||
*/
|
||||
void display_level( struct state *s )
|
||||
{
|
||||
int i, j, *ball, *cube;
|
||||
int i, j;
|
||||
|
||||
for( i = 0 ; i < LEVEL_HEIGHT ; i++ ) {
|
||||
for( j = 0 ; j < LEVEL_WIDTH ; j++ ) {
|
||||
|
|
Loading…
Reference in a new issue