rocksndiamonds-3.3.0.0
[rocksndiamonds.git] / src / screens.c
index 493e9984018ac836575dd459ebe1346de072a4d8..db347cdaa88e55ca0c28a2ce531b74fb2e7ef08c 100644 (file)
@@ -1391,7 +1391,7 @@ void DrawMainMenu()
   DrawMainMenuExt(REDRAW_ALL, FALSE);
 }
 
-#if 0
+#if defined(CREATE_SPECIAL_EDITION_RND_JUE)
 static void gotoTopLevelDir()
 {
   /* move upwards to top level directory */
@@ -1758,7 +1758,7 @@ void HandleMainMenu(int mx, int my, int dx, int dy, int button)
          SaveLevelSetup_LastSeries();
          SaveLevelSetup_SeriesInfo();
 
-#if 0
+#if defined(CREATE_SPECIAL_EDITION_RND_JUE)
          gotoTopLevelDir();
 #endif