summaryrefslogtreecommitdiff
path: root/digital/io-hub/src/guybrush
diff options
context:
space:
mode:
Diffstat (limited to 'digital/io-hub/src/guybrush')
-rw-r--r--digital/io-hub/src/guybrush/top.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/io-hub/src/guybrush/top.c b/digital/io-hub/src/guybrush/top.c
index ea0b69dc..a8c4c5c3 100644
--- a/digital/io-hub/src/guybrush/top.c
+++ b/digital/io-hub/src/guybrush/top.c
@@ -194,7 +194,7 @@ top_chaos_move (void)
}
else
{
- int16_t dist = ((top.chaos + 3) % 8 + 1) * 100;
+ int16_t dist = ((top.chaos + 3) % 8 + 1) * 10;
if (!(top.chaos % 2))
dist = -dist;
asserv_move_linearly (dist);