From 7e19e14659351cc73a929cafbb57ed1187e92115 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Tue, 15 May 2012 22:24:33 +0200 Subject: digital/io-hub/src/guybrush: remove bad score on points in front of totem This is not working as expected. --- digital/io-hub/src/guybrush/path.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'digital') diff --git a/digital/io-hub/src/guybrush/path.c b/digital/io-hub/src/guybrush/path.c index fab40c49..86932ac3 100644 --- a/digital/io-hub/src/guybrush/path.c +++ b/digital/io-hub/src/guybrush/path.c @@ -118,9 +118,9 @@ static const struct path_node_t path_nodes[PATH_NODES_NB] = { { 1 }, /* 6 */ { 1 }, /* 7 column 1. */ { 1 }, /* 8 */ - { 2 }, /* 9 avoid */ + { 1 }, /* 9 */ { 0 }, /* 10 */ - { 2 }, /* 11 avoid */ + { 1 }, /* 11 */ { 1 }, /* 12 */ { 1 }, /* 13 */ { 1 }, /* 14 column 2. */ @@ -132,9 +132,9 @@ static const struct path_node_t path_nodes[PATH_NODES_NB] = { { 1 }, /* 20 */ { 1 }, /* 21 column 3. */ { 1 }, /* 22 */ - { 2 }, /* 23 avoid */ + { 1 }, /* 23 */ { 0 }, /* 24 */ - { 2 }, /* 25 avoid */ + { 1 }, /* 25 */ { 1 }, /* 26 */ { 1 }, /* 27 */ { 1 }, /* 28 column 4. */ -- cgit v1.2.3