X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fmain.h;h=b75fc447bfa4a5eb6371592522d8ef2a56508ac0;hp=4275ba7e8785de52ab07eaa4e401605349e63a40;hb=91afd13180ad610e2a6cbef32b85677cf8148864;hpb=3440a4bbdb7531fc5a72b3fc1fb57f245d59f7ed diff --git a/src/main.h b/src/main.h index 4275ba7e..b75fc447 100644 --- a/src/main.h +++ b/src/main.h @@ -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;