From a1e32c76a145f923ada1b97deeea370177011ee3 Mon Sep 17 00:00:00 2001 From: Ian C Date: Thu, 18 Oct 2018 14:18:16 +0000 Subject: Small tweaks to Catwalk. Was going to add move but can't with the current implementation. --- xd.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/xd.c b/xd.c index 47daed2..cdba2ca 100644 --- a/xd.c +++ b/xd.c @@ -262,7 +262,7 @@ static DemoInfo demotbl[NO_DEMOS]= UsesPixmap }, { - "Catwalk trench (LMB to change draw mode)", + "Catwalk trench (RMB to change draw mode)", CatwalkDemo, UsesPixmap }, @@ -3825,8 +3825,6 @@ static void CatwalkDemo(void) static Obj3D *catwalk; - static int move=0; - static int drawmode = MODE_EDGE; static int init=FALSE; @@ -3870,7 +3868,7 @@ static void CatwalkDemo(void) init=TRUE; } - if (mouse_b&Button1Mask) + if (mouse_b&Button3Mask) { static time_t bounce=0; -- cgit v1.2.3