diff --git a/star.c b/star.c index be696db..5db1976 100644 --- a/star.c +++ b/star.c @@ -451,6 +451,7 @@ int main( int argc, char* argv[] ) do { if ( won_or_not( s ) ) { lvl++; + load_requested = 1; } if ( load_requested == 1 ) { load_requested = 0;