Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

Commit

Permalink
53X Again 14!
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Jul 19, 2020
1 parent 10f9e20 commit a231819
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Snake/Game.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public partial class Game : Form
int[] Locations2 = new int[999999];
int Queue, Queue2/*, Queue3*/, T1, T2, Measurement2 = 0;

int Measurement = 111;
int Measurement = 5;
int Growth = 5;
bool Apple = false;
bool Continue = true;
Expand All @@ -37,7 +37,7 @@ private void Game_Load(object sender, EventArgs e)
Game_Restart();
}

private void Game_Start()
private void Game_Start(object GS)
{
VWidth = SystemInformation.PrimaryMonitorSize.Width;
VHeight = SystemInformation.PrimaryMonitorSize.Height;
Expand All @@ -62,7 +62,7 @@ private void Game_Restart()
Pencil.Dispose();
Graph.Dispose();
Colored.Dispose();
Game_Start();
ThreadPool.QueueUserWorkItem(new WaitCallback(Game_Start));
Measurement = Measurement2;
Queue = 0;
Queue2 = 0;
Expand Down
Binary file modified Snake/bin/Release/Snake.exe
Binary file not shown.
Binary file modified Snake/bin/Release/Snake.pdb
Binary file not shown.

0 comments on commit a231819

Please sign in to comment.