diff options
| author | wowmom98 <[email protected]> | 2017-02-26 15:52:08 -0500 |
|---|---|---|
| committer | wowmom98 <[email protected]> | 2017-02-26 15:52:08 -0500 |
| commit | ec61f5dfe9de92470cd91269c77713549e7d6159 (patch) | |
| tree | 47faf338907cd5c57040556cff7e7a4bbd1547da /ShiftOS.WinForms/Oobe.cs | |
| parent | 2809d9c76d47640e6ac076e7484801415eff625f (diff) | |
| parent | 0e3362e8e3c635150d92fd5acc9d69473ec588fc (diff) | |
| download | shiftos_thereturn-ec61f5dfe9de92470cd91269c77713549e7d6159.tar.gz shiftos_thereturn-ec61f5dfe9de92470cd91269c77713549e7d6159.tar.bz2 shiftos_thereturn-ec61f5dfe9de92470cd91269c77713549e7d6159.zip | |
Merge remote-tracking branch 'origin/master'
# Conflicts:
# ShiftOS.WinForms/Resources/Shiftorium.txt
Diffstat (limited to 'ShiftOS.WinForms/Oobe.cs')
| -rw-r--r-- | ShiftOS.WinForms/Oobe.cs | 8 |
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) { |
