X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ftape.h;h=341dca22e2c9aa3d937d4ed526af675c7c44b284;hp=ea18e396bff86a0e82e7da2d8a1fb817a7a21ddf;hb=e534f3cf4f5640bf422bb1484e1cc45c0a4b5339;hpb=de90bdc8e909c0d0ae721a02a70d9edf8d2e9c31 diff --git a/src/tape.h b/src/tape.h index ea18e396..341dca22 100644 --- a/src/tape.h +++ b/src/tape.h @@ -194,6 +194,8 @@ struct TapeInfo boolean deactivate_display; boolean auto_play; boolean auto_play_level_solved; + boolean auto_play_level_fixed; + boolean auto_play_level_not_fixable; boolean quick_resume; boolean single_step; boolean changed;