X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=b75fc447bfa4a5eb6371592522d8ef2a56508ac0;hb=91afd13180ad610e2a6cbef32b85677cf8148864;hp=4275ba7e8785de52ab07eaa4e401605349e63a40;hpb=6435b79b71c4033de78ab3e611ee63f6a2147874;p=rocksndiamonds.git 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;