Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
Correction warning + correction gauditext jamais fermé
Browse files Browse the repository at this point in the history
  • Loading branch information
Feelzor committed Jan 24, 2019
1 parent 66a0865 commit e6ecd8d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions p_jeu.adb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ package body p_jeu is
accept fermer do -- On rend le chrono inutilisable
fin := true;
end fermer;
or
terminate;
end select;
else
select
Expand Down
2 changes: 1 addition & 1 deletion p_jeu.ads
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ package p_jeu is
dernier : string(1..14);
pseudo: string(1..20);

tempsRestant : duration;
tempsRestant : duration := 0.0;
jeuEnCours : boolean := false;
chrono : T_Chrono;

Expand Down
2 changes: 2 additions & 0 deletions p_vue_graph.adb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ package body p_vue_graph is
accept fermer do
fin := true;
end fermer;
or
terminate;
end select;
else
select
Expand Down

0 comments on commit e6ecd8d

Please sign in to comment.