X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fmain.h;h=cb50eb5aef89c65d80e755287d037ebf2d8cef93;hp=10e7161a46778b56d245c85ee7741044413ae189;hb=87f550d868b16979b79b0fd8ac81a0215516977a;hpb=c1d1d669f782d9af7dfa71159962d5a89c62f03b diff --git a/src/main.h b/src/main.h index 10e7161a..cb50eb5a 100644 --- a/src/main.h +++ b/src/main.h @@ -321,8 +321,9 @@ struct PlayerInfo boolean gone, LevelSolved, GameOver; boolean snapped; - int move_speed; unsigned long move_delay; + int move_delay_value; + int last_move_dir; unsigned long push_delay;