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

Dependencies:   N5110 PowerControl mbed

Revision:
35:2c290fa78f1d
Parent:
30:4a03611a3d99
Child:
36:b64696135142
--- a/WorldBuilder/WorldBuilder.cpp	Mon May 11 12:56:26 2015 +0000
+++ b/WorldBuilder/WorldBuilder.cpp	Mon May 11 22:03:41 2015 +0000
@@ -12,7 +12,7 @@
 
 int sx;
 int sy;
-int dir;
+
 
 int level;
 
@@ -319,7 +319,6 @@
         LabyrinthBuilder();
     } else {
         DungeonBuilder();
-        //LabyrinthBuilder();
     }
 
     px = enx;