rnd-20040927-1-src
[rocksndiamonds.git] / src / editor.c
index aa07d4b84bec3d68f10bcdd4a0358bdf33ef884f..42ba6bb800c81798fcc0c63181e4e1a6b4a0eab6 100644 (file)
@@ -9017,6 +9017,8 @@ static void HandleControlButtons(struct GadgetInfo *gi)
        CopyPlayfield(level.field, FieldBackup);
        CopyPlayfield(Feld, level.field);
 
+       CopyNativeLevel_RND_to_Native(&level);
+
        UnmapLevelEditorGadgets();
        UndrawSpecialEditorDoor();