From dbdc3f918399bc25220c93845f16d51933a9a762 Mon Sep 17 00:00:00 2001 From: TheUltimateHacker Date: Mon, 16 Mar 2015 11:52:50 -0400 Subject: #11 - Fixed skinning bug. Fixed a huge skinning bug, along with adding a few new features (Infobox tries to find a .wav file to play when it starts up. If there isn't any, it doesn't play a sound.) --- ShiftOS/Helper.vb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ShiftOS/Helper.vb') diff --git a/ShiftOS/Helper.vb b/ShiftOS/Helper.vb index 29799eb..19a1b2e 100644 --- a/ShiftOS/Helper.vb +++ b/ShiftOS/Helper.vb @@ -1,4 +1,4 @@ -Public Class Helper +Module Helper Dim path As String = ShiftOSDesktop.ShiftOSPath Public Sub addCP(points As Integer) 'Add some CP ShiftOSDesktop.codepoints = ShiftOSDesktop.codepoints + points @@ -13,4 +13,4 @@ Public Sub playSound(path As String, playMode As AudioPlayMode) My.Computer.Audio.Play(path, playMode) End Sub -End Class +End Module -- cgit v1.2.3