mirror of
https://github.com/gwenhael-le-moine/c-urs_-toil-s.git
synced 2024-12-26 09:58:48 +01:00
unused variable
This commit is contained in:
parent
1d92fb056f
commit
bcccd3dfb2
1 changed files with 2 additions and 2 deletions
4
star.c
4
star.c
|
@ -458,7 +458,7 @@ void display_level( struct state *s )
|
|||
|
||||
int main( int argc, char* argv[] )
|
||||
{
|
||||
int i = 0, key;
|
||||
int key;
|
||||
struct state *s = malloc( sizeof( struct state ) );
|
||||
|
||||
/* ncurses */
|
||||
|
@ -492,7 +492,7 @@ int main( int argc, char* argv[] )
|
|||
load_level( s, levels, s->level + 1 );
|
||||
}
|
||||
else {
|
||||
// Damn it you finished the whole game!!
|
||||
// TODO:Damn it you finished the whole game!!
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue