diff options
| author | JayXKanz666 <[email protected]> | 2017-07-12 23:01:19 +0200 |
|---|---|---|
| committer | JayXKanz666 <[email protected]> | 2017-07-12 23:01:19 +0200 |
| commit | e75e11bcc81e61ccdef78279aa8d39d91c860f8c (patch) | |
| tree | b2102bfec9186b636b5de551321736df9f69c31a /TimeHACK.Main/OS/Win98 | |
| parent | 07ad23b7c9ed7a4a1742df68a73cc2d4b3180cde (diff) | |
| download | histacom2-e75e11bcc81e61ccdef78279aa8d39d91c860f8c.tar.gz histacom2-e75e11bcc81e61ccdef78279aa8d39d91c860f8c.tar.bz2 histacom2-e75e11bcc81e61ccdef78279aa8d39d91c860f8c.zip | |
Added some stuff
-Added another story-script (Hack2.cs)
-Fixed an issue where the MS-DOS prompt would freeze when displaying
text
-Added Action Delegate (method/function) as an argument for Time
Distorter (optional)
Diffstat (limited to 'TimeHACK.Main/OS/Win98')
| -rw-r--r-- | TimeHACK.Main/OS/Win98/Win98.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Main/OS/Win98/Win98.cs b/TimeHACK.Main/OS/Win98/Win98.cs index fa3fbfa..a249ba3 100644 --- a/TimeHACK.Main/OS/Win98/Win98.cs +++ b/TimeHACK.Main/OS/Win98/Win98.cs @@ -356,7 +356,7 @@ namespace TimeHACK.OS.Win98 private void storyTest1ToolStripMenuItem_Click(object sender, EventArgs e) { - Hack1.startObjective(); + Hack1.StartObjective(); } private void temp_for_std(object sender, EventArgs e) |
