summaryrefslogtreecommitdiff
path: root/digital
diff options
context:
space:
mode:
authorNicolas Schodet2012-05-19 06:40:32 +0200
committerNicolas Schodet2012-05-19 06:40:32 +0200
commit3d499f7f209ca7b69e9cc5c893358ff76c3c2215 (patch)
treee7bb1243d1249518be21035916db4d04eca76d78 /digital
parent4620ac34bfd91fdc338d9ff640dfb5acef09280c (diff)
digital/io-hub/src/guybrush: unload farther from table border
Diffstat (limited to 'digital')
-rw-r--r--digital/io-hub/src/guybrush/strat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/digital/io-hub/src/guybrush/strat.c b/digital/io-hub/src/guybrush/strat.c
index db10c871..9d2bd70b 100644
--- a/digital/io-hub/src/guybrush/strat.c
+++ b/digital/io-hub/src/guybrush/strat.c
@@ -76,9 +76,9 @@ static const struct strat_place_t strat_place[STRAT_PLACE_NB] = {
{ { PG_MIRROR_X (PG_CAPTAIN_ROOM_LENGTH_MM),
PG_LENGTH - PG_CAPTAIN_ROOM_LENGTH_MM / 2 },
0, STRAT_DECISION_UNLOAD },
- { { BOT_SIZE_RADIUS + 30, PG_LENGTH / 2 },
+ { { BOT_SIZE_RADIUS + 60, PG_LENGTH / 2 },
1500, STRAT_DECISION_UNLOAD },
- { { PG_MIRROR_X (BOT_SIZE_RADIUS + 30), PG_LENGTH / 2 },
+ { { PG_MIRROR_X (BOT_SIZE_RADIUS + 60), PG_LENGTH / 2 },
1500, STRAT_DECISION_UNLOAD },
{ { PG_WIDTH / 2 - PG_TOTEM_X_OFFSET_MM,
PG_LENGTH / 2 + PATH_PEANUT_CLEAR_MM }, 100, STRAT_DECISION_TOTEM },