diff options
| author | lempamo <[email protected]> | 2017-02-26 10:50:03 -0500 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-02-26 10:50:03 -0500 |
| commit | 875698963306e73b9ebb13401b73934835b9e2f5 (patch) | |
| tree | 964846453f47f777d51e99503a4a5f80377d0e09 /ShiftOS.WinForms/Oobe.cs | |
| parent | d1469e5f6b9ce90f30e25bf5b0032d8a92309855 (diff) | |
| parent | e2284a7bc577aa78f1d22c8134b651fcb00147a0 (diff) | |
| download | shiftos_thereturn-875698963306e73b9ebb13401b73934835b9e2f5.tar.gz shiftos_thereturn-875698963306e73b9ebb13401b73934835b9e2f5.tar.bz2 shiftos_thereturn-875698963306e73b9ebb13401b73934835b9e2f5.zip | |
Merge remote-tracking branch 'refs/remotes/shiftos-game/master'
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) { |
