diff options
author | Ian C <ianc@noddybox.co.uk> | 2005-11-15 00:09:30 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2005-11-15 00:09:30 +0000 |
commit | b306315dd2c837e565c69a8a91875d7fc2f174c6 (patch) | |
tree | 78456f6fc5147e38826b5b25ba2b81002588964c /gfxmenu.mod | |
parent | adfafd618a0095396441f765647f18add4d330ea (diff) |
Further updates for 1.12
Diffstat (limited to 'gfxmenu.mod')
-rw-r--r-- | gfxmenu.mod/gfxmenu.bmx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gfxmenu.mod/gfxmenu.bmx b/gfxmenu.mod/gfxmenu.bmx index 0f2c6fa..bc51f9d 100644 --- a/gfxmenu.mod/gfxmenu.bmx +++ b/gfxmenu.mod/gfxmenu.bmx @@ -113,7 +113,7 @@ Type TGfxMenu opt.b=Towards(over_b,opt.b)
SetColor(opt.r,opt.g,opt.b)
- If KeyDown(MOUSE_LEFT)
+ If MouseDown(1)
mbdown=True
DrawImage(opt.i,opt.x,opt.y+2)
any=True
|