summaryrefslogtreecommitdiff
path: root/digital
diff options
context:
space:
mode:
authorJulien Balleyguier2012-05-17 00:14:44 +0200
committerJulien Balleyguier2012-05-17 00:14:44 +0200
commite316256b4b30fce82e56ec9ab119ec6e767ed4b6 (patch)
tree805c76c94a9a2e5594cb404c079c60a0b3996c31 /digital
parent83f8db8c8b48938d695635e25ed563fea9afbfdd (diff)
digital/io-hub/src/guybrush: change the bottom position to get coin on totem
Diffstat (limited to 'digital')
-rw-r--r--digital/io-hub/src/guybrush/bottom_clamp.c2
1 files changed, 1 insertions, 1 deletions
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)