Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MacOS-9 committed Jul 1, 2023
1 parent 72492ff commit f268037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Unit1.~cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ void __fastcall TForm1::playButtonClick(TObject *Sender)
workButton->Left = 88;
shopButton->Caption = "Go to the shop";
shopButton->Visible = true;
shopButton->Left = 192;
shopButton->Left = 192;
beniuCaught = false;
stonkFishCaught = false;
tryAgainButton->Visible = false;
Expand Down

0 comments on commit f268037

Please sign in to comment.