remove useless call to display

This commit is contained in:
Gwenhael Le Moine 2011-07-03 22:38:20 +02:00
parent 6e21e84181
commit 88129f01ea

1
star.c
View file

@ -631,7 +631,6 @@ int main( int argc, char* argv[] )
break;
}
} while( ( s->level < s->nb_levels ) && (( key != 'q' ) && ( key != 'Q' )) );
display_level( s );
free( s );