From d20d0885b4e31ab0da9709c1c43455661cb67828 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Fri, 1 Jul 2011 17:11:15 +0200 Subject: [PATCH] request load after moving to next level in case of victory --- star.c | 1 + 1 file changed, 1 insertion(+) 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;