From e316256b4b30fce82e56ec9ab119ec6e767ed4b6 Mon Sep 17 00:00:00 2001 From: Julien Balleyguier Date: Thu, 17 May 2012 00:14:44 +0200 Subject: digital/io-hub/src/guybrush: change the bottom position to get coin on totem --- digital/io-hub/src/guybrush/bottom_clamp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/digital/io-hub/src/guybrush/bottom_clamp.c b/digital/io-hub/src/guybrush/bottom_clamp.c index 215130df..a7d5cdab 100644 --- a/digital/io-hub/src/guybrush/bottom_clamp.c +++ b/digital/io-hub/src/guybrush/bottom_clamp.c @@ -186,7 +186,7 @@ FSM_START_WITH (CLAMP_START) #define BACK_TO_READY (16-HIDE_POS) #define HALF_TURN 8 #define QUARTER_TURN 4 -#define DECALAGE_CD_BAS 1 +#define DECALAGE_CD_BAS 1.5 #define HIDE_POS_TREE 3 #define HIDE_POS_TREE_2 (2-DECALAGE_CD_BAS) #define BACK_TO_READY_TREE (-HIDE_POS_TREE + DECALAGE_CD_BAS) -- cgit v1.2.3