Now supports multiple levels.
[ghostsoverboard] / level.h
diff --git a/level.h b/level.h
index 7402630..8c44464 100644 (file)
--- a/level.h
+++ b/level.h
@@ -5,7 +5,7 @@ class Level
 {
 public:
     Level();
-    Level(int ghosts = 5, int rocks = 0, int octopuses = 0, int octopusSpeed = 100);
+    Level(int ghosts, int rocks = 0, int octopuses = 0, int octopusSpeed = 100);
     void setNumberOfGhosts(int ghosts);
     int getNumberOfGhosts() const;
     void setNumberOfRocks(int rocks);