X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Feditor.c;h=c105afcd10ba8776e4726b28d3269a6760b0cdae;hb=403562c21286288c3f0798e55f075430254399f1;hp=0ab5722197222ae67171c807185645aeb65f146c;hpb=eb50550a874e978f61179b0f6f2d681a006b23f9;p=rocksndiamonds.git diff --git a/src/editor.c b/src/editor.c index 0ab57221..c105afcd 100644 --- a/src/editor.c +++ b/src/editor.c @@ -7389,9 +7389,9 @@ static struct XY xy_directions[] = // functions // ---------------------------------------------------------------------------- -boolean isLevelEditorTestGame(void) +boolean isLevelEditorFastStart(void) { - return level_editor_test_game; + return (level_editor_test_game && setup.editor.fast_game_start); } static int getMaxInfoTextLength(void)