Skip to content

Commit

Permalink
added taste of hate and renamed .sln
Browse files Browse the repository at this point in the history
  • Loading branch information
John Fouts committed Aug 30, 2016
1 parent b9138c2 commit c238b25
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 0 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions Form2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Diagnostics;
using System.Drawing;
using System.Linq;
using System.Text;
Expand Down Expand Up @@ -61,6 +62,7 @@ public Form2()
this.numericUpDown4.Value = (int)Properties.Settings.Default["qual4"];
this.numericUpDown5.Value = (int)Properties.Settings.Default["qual5"];
this.numericUpDown6.Value = (int)Properties.Settings.Default["globalqual"];
Process.GetCurrentProcess().PriorityClass = ProcessPriorityClass.BelowNormal;
}

private void button1_Click(object sender, EventArgs e)
Expand Down
File renamed without changes.
Binary file modified bin/Debug/External Overlay.exe
Binary file not shown.
Binary file modified bin/Debug/External Overlay.pdb
Binary file not shown.
Binary file added bin/Debug/FlaskImages/Taste_of_Hate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified obj/Debug/External Overlay.exe
Binary file not shown.
Binary file modified obj/Debug/External Overlay.pdb
Binary file not shown.

0 comments on commit c238b25

Please sign in to comment.