From 71248fd666f57ab665217812a8f20da3f37fab82 Mon Sep 17 00:00:00 2001 From: ericnerdo Date: Mon, 25 Apr 2016 23:38:22 +0200 Subject: [PATCH] Wall.onEntry() fixed --- cicaprojekt/Wall.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cicaprojekt/Wall.java b/cicaprojekt/Wall.java index 204314f..5b47ce0 100644 --- a/cicaprojekt/Wall.java +++ b/cicaprojekt/Wall.java @@ -22,7 +22,7 @@ public class Wall extends Tile { if (sg == null) { return; } else { - sg.teleport(playerBase.facingDirection); + sg.teleport(playerBase); } }