X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=23b431efaa7be3ea837584b7aa4ad2eeca821c25;hb=2c2b1d42b803d35d9f55ce68bf1339dcde6f158a;hp=3b8863640ed4cf5dbc5bb663909761c895db3ddf;hpb=615a8c2934804dacec082ba713078d9fd7070b12;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 3b886364..23b431ef 100644 --- a/src/main.h +++ b/src/main.h @@ -1172,7 +1172,7 @@ struct ElementInfo int move_delay_fixed; /* constant frame delay for moving */ int move_delay_random; /* additional random frame delay for moving */ - int move_direction; /* direction movable element moves to */ + int move_pattern; /* direction movable element moves to */ int walk_to_action; /* only for level editor; not stored */ int walkable_layer; /* only for level editor; not stored */