summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--missile_lock.bmx13
1 files changed, 2 insertions, 11 deletions
diff --git a/missile_lock.bmx b/missile_lock.bmx
index 1ec92f3..fc90461 100644
--- a/missile_lock.bmx
+++ b/missile_lock.bmx
@@ -24,13 +24,11 @@ Strict
Framework brl.basic
Import brl.max2d
Import brl.glmax2d
-?Win32
-Import brl.d3d7max2d
-?
+Import brl.RandomDefault
Import noddybox.bitmapfont
Import noddybox.keysyms
-Import noddybox.showlicense
+Import noddybox.ShowLicense
Import "global.bmx"
Import "gametypes.bmx"
@@ -48,13 +46,6 @@ Incbin "license.txt"
'
SeedRnd(MilliSecs())
-?Win32
-If Switch("--directx")
- SetGraphicsDriver D3D7Max2DDriver()
-Else
- SetGraphicsDriver GLMax2DDriver()
-EndIf
-?
Graphics 800,600,32
HideMouse