X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=b75fc447bfa4a5eb6371592522d8ef2a56508ac0;hb=91afd13180ad610e2a6cbef32b85677cf8148864;hp=5cb0c2256a8eaca7a2ce0423a86e76153c8b8ae5;hpb=b8ccb648b89e24b27f8a60e2d8e9a4680322bd86;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 5cb0c225..b75fc447 100644 --- a/src/main.h +++ b/src/main.h @@ -935,9 +935,9 @@ struct PlayerInfo int last_move_dir; boolean is_moving; - - boolean is_digging; boolean is_waiting; + boolean is_digging; + boolean is_collecting; unsigned long move_delay; int move_delay_value; @@ -996,6 +996,7 @@ struct TapeInfo int game_version; /* game release version the tape was created with */ int engine_version; /* game engine version the tape was recorded with */ + char *level_identifier; int level_nr; unsigned long random_seed; unsigned long date;