Skip to content

Commit

Permalink
improve agame exit
Browse files Browse the repository at this point in the history
  • Loading branch information
fgl27 committed Oct 25, 2024
1 parent 47ba788 commit 9656f1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/specific/ScreensObj.js
Original file line number Diff line number Diff line change
Expand Up @@ -2925,6 +2925,8 @@ function ScreensObj_TopLableAgameInit(key) {
}

function ScreensObj_TopLableAgameExit(key) {
ScreenObj[key].BeforeAgame = null;

ScreenObj[key].gameSelected_Id = Main_values.Main_gameSelected_id;
if (ScreenObj[key].Cells && ScreenObj[key].Cells.length && ScreenObj[key].gameSelected_Id) {
ScreenObj[key].BackupScreen(ScreenObj[key].gameSelected_Id);
Expand Down

0 comments on commit 9656f1f

Please sign in to comment.