diff options
Diffstat (limited to 'Week4/src/oo15loipe')
-rw-r--r-- | Week4/src/oo15loipe/Loipe.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Week4/src/oo15loipe/Loipe.java b/Week4/src/oo15loipe/Loipe.java index ff034c0..4d87661 100644 --- a/Week4/src/oo15loipe/Loipe.java +++ b/Week4/src/oo15loipe/Loipe.java @@ -191,6 +191,9 @@ public class Loipe implements InfoLoipe { return start; } + /** + * We chose to have the man go back to the start when he has finished the loipe. + */ @Override public Punt stap() { if (path_pointer >= path.length) { |