aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/Program.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-07-05 17:25:36 -0400
committerlempamo <[email protected]>2017-07-05 17:25:36 -0400
commitfa18e32a23d001d75afdc550742eeb89e1608328 (patch)
treebb88f8d0ed685f74c98627f1fcbe6811fdbd7586 /TimeHACK.Main/Program.cs
parentd968d36f0d7715633185ae948368cc32e3c751ab (diff)
downloadhistacom2-fa18e32a23d001d75afdc550742eeb89e1608328.tar.gz
histacom2-fa18e32a23d001d75afdc550742eeb89e1608328.tar.bz2
histacom2-fa18e32a23d001d75afdc550742eeb89e1608328.zip
Theme sounds work!
Diffstat (limited to 'TimeHACK.Main/Program.cs')
-rw-r--r--TimeHACK.Main/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Main/Program.cs b/TimeHACK.Main/Program.cs
index 5cc011a..e2a4be6 100644
--- a/TimeHACK.Main/Program.cs
+++ b/TimeHACK.Main/Program.cs
@@ -82,7 +82,7 @@ namespace TimeHACK
}
}
- public static void ShutdownApplication(System.IO.UnmanagedMemoryStream audio)
+ public static void ShutdownApplication(System.IO.Stream audio)
{
System.Threading.Thread.Sleep(500);
System.IO.Stream audioPlay = audio;