aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Oobe.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-26 10:24:27 -0500
committerMichael <[email protected]>2017-02-26 10:24:27 -0500
commit78a5a4281cde2105e59164890caa949ef7617510 (patch)
treeb5f94118ba35eb746f9105d08b915a876d98f8e8 /ShiftOS.WinForms/Oobe.cs
parent8d72f2c4d4ac742f942262159b5195bb44875846 (diff)
downloadshiftos_thereturn-78a5a4281cde2105e59164890caa949ef7617510.tar.gz
shiftos_thereturn-78a5a4281cde2105e59164890caa949ef7617510.tar.bz2
shiftos_thereturn-78a5a4281cde2105e59164890caa949ef7617510.zip
more beta 1.2 stuff
Diffstat (limited to 'ShiftOS.WinForms/Oobe.cs')
-rw-r--r--ShiftOS.WinForms/Oobe.cs8
1 files changed, 1 insertions, 7 deletions
diff --git a/ShiftOS.WinForms/Oobe.cs b/ShiftOS.WinForms/Oobe.cs
index aa37792..7370396 100644
--- a/ShiftOS.WinForms/Oobe.cs
+++ b/ShiftOS.WinForms/Oobe.cs
@@ -54,15 +54,10 @@ namespace ShiftOS.WinForms
string rtext;
string gtexttotype;
int charcount;
- int currentletter;
int slashcount;
- int conversationcount = 0;
Label textgeninput;
- bool needtoclose = false;
public bool upgraded = false;
- int hackeffect;
- int percentcount;
-
+
private bool typing = false;
public void TextType(string texttotype)
@@ -74,7 +69,6 @@ namespace ShiftOS.WinForms
charcount = texttotype.Length;
gtexttotype = texttotype;
- currentletter = 0;
slashcount = 1;
foreach (var c in gtexttotype)
{