rnd-20020609-1-src
[rocksndiamonds.git] / src / editor.c
index 871aa1645a8a7d25db21e5e0379bf80bc3aa5f08..ac9a5d847b736ba871dbbdd565a38690243aa117 100644 (file)
@@ -3920,6 +3920,9 @@ static void HandleControlButtons(struct GadgetInfo *gi)
        Request("No Level without Gregor Mc Duffin please !", REQ_CONFIRM);
       else
       {
+       if (LevelChanged())
+         level.game_version = GAME_VERSION_ACTUAL;
+
        for(x=0; x<lev_fieldx; x++)
          for(y=0; y<lev_fieldy; y++)
            FieldBackup[x][y] = Ur[x][y];