X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ffiles.c;h=f6cc17315a839a0d4954209859fd97cd218e407d;hp=58af05974d722b160b2db2860372a23d99b070a6;hb=10f5a64c95da4ae6a90396be5ec6457f6642aebf;hpb=10406b9d6cad2b0ec7c30c71520abe2c702bccbc diff --git a/src/files.c b/src/files.c index 58af0597..f6cc1731 100644 --- a/src/files.c +++ b/src/files.c @@ -6330,6 +6330,10 @@ static void LoadLevel_InitVersion(struct LevelInfo *level) if (level->game_version < VERSION_IDENT(4,1,1,1)) level->use_life_bugs = TRUE; + // only Sokoban fields (but not objects) had to be solved before 4.1.1.1 + if (level->game_version < VERSION_IDENT(4,1,1,1)) + level->sb_objects_needed = FALSE; + if (level->game_version < VERSION_IDENT(3,2,0,7)) { // default behaviour for snapping was "not continuous" before 3.2.0-7