X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Feditor.c;h=0ab5722197222ae67171c807185645aeb65f146c;hb=72baf2035efe4643ddafab987670953402ef186a;hp=c6f6d7bd3841616b6494a9f9ebf36338551925de;hpb=b65a3d50513eaf5c2ef928c7345b2c2eac16c864;p=rocksndiamonds.git diff --git a/src/editor.c b/src/editor.c index c6f6d7bd..0ab57221 100644 --- a/src/editor.c +++ b/src/editor.c @@ -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));