diff options
Diffstat (limited to 'src/ch/epfl/maze/physical/pacman/Clyde.java')
-rw-r--r-- | src/ch/epfl/maze/physical/pacman/Clyde.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ch/epfl/maze/physical/pacman/Clyde.java b/src/ch/epfl/maze/physical/pacman/Clyde.java index 35d0a9b..6b3bef3 100644 --- a/src/ch/epfl/maze/physical/pacman/Clyde.java +++ b/src/ch/epfl/maze/physical/pacman/Clyde.java | |||
@@ -2,7 +2,7 @@ package ch.epfl.maze.physical.pacman; | |||
2 | 2 | ||
3 | import ch.epfl.maze.physical.Animal; | 3 | import ch.epfl.maze.physical.Animal; |
4 | import ch.epfl.maze.physical.Daedalus; | 4 | import ch.epfl.maze.physical.Daedalus; |
5 | import ch.epfl.maze.physical.Predator; | 5 | import ch.epfl.maze.physical.GhostPredator; |
6 | import ch.epfl.maze.util.Direction; | 6 | import ch.epfl.maze.util.Direction; |
7 | import ch.epfl.maze.util.Vector2D; | 7 | import ch.epfl.maze.util.Vector2D; |
8 | 8 | ||
@@ -11,7 +11,7 @@ import ch.epfl.maze.util.Vector2D; | |||
11 | * from its target and SCATTER if close. | 11 | * from its target and SCATTER if close. |
12 | */ | 12 | */ |
13 | 13 | ||
14 | public class Clyde extends Predator { | 14 | public class Clyde extends GhostPredator { |
15 | 15 | ||
16 | /** | 16 | /** |
17 | * Constructs a Clyde with a starting position. | 17 | * Constructs a Clyde with a starting position. |