From 3d499f7f209ca7b69e9cc5c893358ff76c3c2215 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sat, 19 May 2012 06:40:32 +0200 Subject: digital/io-hub/src/guybrush: unload farther from table border --- digital/io-hub/src/guybrush/strat.c | 4 ++-- 1 file 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 }, -- cgit v1.2.3