Skip to content

Commit

Permalink
fix: crash on ending a game
Browse files Browse the repository at this point in the history
FossilOrigin-Name: c3bd3413c2b3dae391871e934543a24b81d324e42c43bf5acea6a3e9c1caada1
  • Loading branch information
thindil committed Sep 15, 2024
1 parent ee29a43 commit 09e7e09
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/game.adb
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ package body Game is
Convention => C,
External_Name => "endAdaGame";
begin
if Save then
Set_Ship_In_Nim;
end if;
End_Ada_Game(S => (if Save then 1 else 0));
Clear_Game_Stats;
Clear_Current_Goal;
Expand Down

0 comments on commit 09e7e09

Please sign in to comment.