From 34faed4b450f60c7db445575bc5ad2070bb68538 Mon Sep 17 00:00:00 2001 From: Ian C Date: Fri, 12 Oct 2007 23:31:52 +0000 Subject: Updates for newer modules and bmax --- menu.bmx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'menu.bmx') diff --git a/menu.bmx b/menu.bmx index eea7aed..4f74595 100644 --- a/menu.bmx +++ b/menu.bmx @@ -53,7 +53,7 @@ Type TMenu If opt.InBox(mx,my) SetColor(255,255,255) - If KeyDown(KEY_MOUSELEFT) + If MouseDown(1) mbdown=True DrawImage(opt.i,opt.x,opt.y+2) any=True -- cgit v1.2.3