Labyrinth of the Minotaur A simple roguelike/RPG using a nokia 5110 screen

Dependencies:   N5110 PowerControl mbed

Revision:
24:4c4467971c91
Parent:
22:dae750e4d749
Child:
29:89bc8c8aa8ac
--- a/WorldBuilder/WorldBuilder.cpp	Thu May 07 17:04:22 2015 +0000
+++ b/WorldBuilder/WorldBuilder.cpp	Fri May 08 11:16:54 2015 +0000
@@ -315,7 +315,7 @@
 void World()
 {
     Walls();
-    if(level == 5) {
+    if(level%5 == 0) {
         LabyrinthBuilder();
     } else {
         DungeonBuilder();