aboutsummaryrefslogtreecommitdiff
path: root/src/esieequest/view/Viewable.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/esieequest/view/Viewable.java')
-rw-r--r--src/esieequest/view/Viewable.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/esieequest/view/Viewable.java b/src/esieequest/view/Viewable.java
index d4da79b..eb9c50a 100644
--- a/src/esieequest/view/Viewable.java
+++ b/src/esieequest/view/Viewable.java
@@ -63,7 +63,7 @@ public interface Viewable {
63 * @param side 63 * @param side
64 * the side of a room 64 * the side of a room
65 */ 65 */
66 public void updateLocation(final Room room, final Direction direction, final Side side); 66 public void updateLocation(final Room room, final Direction direction, final Side side, final boolean canGoBack);
67 67
68 /** 68 /**
69 * Updates the view to display the items contained in the inventory 69 * Updates the view to display the items contained in the inventory