mirror of
https://github.com/gwenhael-le-moine/c-urs_-toil-s.git
synced 2024-12-26 09:58:48 +01:00
request load after moving to next level in case of victory
This commit is contained in:
parent
a5956feff1
commit
d20d0885b4
1 changed files with 1 additions and 0 deletions
1
star.c
1
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;
|
||||
|
|
Loading…
Reference in a new issue