added fast uncovering of native BD games when started from editor
[rocksndiamonds.git] / src / editor.c
index c6f6d7bd3841616b6494a9f9ebf36338551925de..0ab5722197222ae67171c807185645aeb65f146c 100644 (file)
@@ -7389,6 +7389,11 @@ static struct XY xy_directions[] =
 // functions
 // ----------------------------------------------------------------------------
 
+boolean isLevelEditorTestGame(void)
+{
+  return level_editor_test_game;
+}
+
 static int getMaxInfoTextLength(void)
 {
   return (SXSIZE / getFontWidth(INFOTEXT_FONT));