summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas Schodet2012-05-12 01:39:08 +0200
committerNicolas Schodet2012-05-12 11:15:56 +0200
commit49dd9a2eca79707b49185c522fb4d39d490a3582 (patch)
tree983a18c27a69a0fd7dfdd3bc5cad961dbed4931e
parent1cc110c27b129de6bd90df9392dd40498b282fa0 (diff)
digital/io-hub/src/guybrush: fix ship hold coordinate
-rw-r--r--digital/io-hub/src/guybrush/playground_2012.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/io-hub/src/guybrush/playground_2012.h b/digital/io-hub/src/guybrush/playground_2012.h
index 1bb68a88..36a5db8a 100644
--- a/digital/io-hub/src/guybrush/playground_2012.h
+++ b/digital/io-hub/src/guybrush/playground_2012.h
@@ -45,7 +45,7 @@
/** Ships holds. */
#define PG_HOLD_SOUTH_X 325
-#define PG_HOLD_SOUTH_Y 325
+#define PG_HOLD_SOUTH_Y 0
#define PG_HOLD_NORTH_X 362
#define PG_HOLD_NORTH_Y 740