X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=0e8871c966d9a7547776549cb47bb9b1ba69605d;hb=e3a53d28634c52a0b1de6d0609de911e5d01c344;hp=38a5bcbf7900b82cc6f01578cf648f97b84a6b05;hpb=5ba7f2d9a3f07f342afdf215a3307d5487cb6d43;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 38a5bcbf..0e8871c9 100644 --- a/src/main.h +++ b/src/main.h @@ -2293,6 +2293,7 @@ struct LevelInfo /* level stored in native format for the alternative native game engines */ struct LevelInfo_EM *native_em_level; + struct LevelInfo_SP *native_sp_level; int file_version; /* file format version the level is stored with */ int game_version; /* game release version the level was created with */ @@ -2414,6 +2415,7 @@ struct GlobalInfo char *convert_leveldir; int convert_level_nr; + boolean convert_mode_special_1; char *create_images_dir;