From e73337a11a681af54cab8e1a186229cb85a763b6 Mon Sep 17 00:00:00 2001 From: Ian C Date: Tue, 8 Jun 2021 22:44:28 +0000 Subject: Updates for latest Windows BlitzMAX --- missile_lock.bmx | 13 ++----------- 1 file 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 -- cgit v1.2.3