X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Feditor.c;h=5c9ab31734b3f5afe89f8640420f1862bc9a35c0;hb=bf1e4db1ffa9a313b8d1b68e55633ace682fef96;hp=9914b16f83b5a60a81f8ceb500e426bfec6b8b0a;hpb=d703f1f2c94e753d668d793e7d2c6c6c71fc9fa8;p=rocksndiamonds.git diff --git a/src/editor.c b/src/editor.c index 9914b16f..5c9ab317 100644 --- a/src/editor.c +++ b/src/editor.c @@ -1070,11 +1070,16 @@ static struct ValueTextInfo options_move_pattern[] = { MV_ALONG_RIGHT_SIDE, "along right side" }, { MV_TURNING_LEFT, "turning left" }, { MV_TURNING_RIGHT, "turning right" }, + { MV_TURNING_LEFT_RIGHT, "turning left, right" }, + { MV_TURNING_RIGHT_LEFT, "turning right, left" }, + { MV_TURNING_RANDOM, "turning random" }, { MV_WHEN_PUSHED, "when pushed" }, -#if 0 +#if 1 { MV_MAZE_RUNNER, "maze runner style" }, { MV_MAZE_HUNTER, "maze hunter style" }, #endif + { MV_PROJECTILE, "projectile style" }, + { MV_PROJECTILE, "projectile style" }, { -1, NULL } };