diff options
Diffstat (limited to 'xd.c')
-rw-r--r-- | xd.c | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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; |