From 34b4a5c01550ef94ed551be815f02b475cbaf41f Mon Sep 17 00:00:00 2001
From: Ian C <deathstation9000@gmail.com>
Date: Mon, 10 Mar 2025 07:33:11 +0000
Subject: Added loading of audio driver.

---
 missile_lock.bmx | 1 +
 1 file changed, 1 insertion(+)

(limited to 'missile_lock.bmx')

diff --git a/missile_lock.bmx b/missile_lock.bmx
index 0eafef6..0d9fbd9 100644
--- a/missile_lock.bmx
+++ b/missile_lock.bmx
@@ -46,6 +46,7 @@ Incbin "license.txt"
 '
 SeedRnd(MilliSecs())
 
+SetAudioDriver "FreeAudio"
 
 Graphics 800,600,0
 HideMouse
-- 
cgit v1.2.3