2
0
Эх сурвалжийг харах

Fixed exit function declaration.

woollybah 8 жил өмнө
parent
commit
6b383adcde
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      audio.mod/audio.bmx

+ 2 - 2
audio.mod/audio.bmx

@@ -39,8 +39,8 @@ Function Driver:TAudioDriver()
 	Return _driver
 End Function
 
-Function Shutdown()
-	If Not _driver Return
+Function Shutdown:Int()
+	If Not _driver Return 0
 	_driver.Shutdown
 	_driver=Null
 End Function