X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Feditor.c;h=c105afcd10ba8776e4726b28d3269a6760b0cdae;hb=403562c21286288c3f0798e55f075430254399f1;hp=c6f6d7bd3841616b6494a9f9ebf36338551925de;hpb=b65a3d50513eaf5c2ef928c7345b2c2eac16c864;p=rocksndiamonds.git diff --git a/src/editor.c b/src/editor.c index c6f6d7bd..c105afcd 100644 --- a/src/editor.c +++ b/src/editor.c @@ -7389,6 +7389,11 @@ static struct XY xy_directions[] = // functions // ---------------------------------------------------------------------------- +boolean isLevelEditorFastStart(void) +{ + return (level_editor_test_game && setup.editor.fast_game_start); +} + static int getMaxInfoTextLength(void) { return (SXSIZE / getFontWidth(INFOTEXT_FONT));