X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=inline;f=src%2Feditor.c;h=42ba6bb800c81798fcc0c63181e4e1a6b4a0eab6;hb=f47cd4b09952aaf95d16542f6b53f2d8bf9e1d7d;hp=aa07d4b84bec3d68f10bcdd4a0358bdf33ef884f;hpb=aba4ad86f8fe03895d83c48536d9848726644293;p=rocksndiamonds.git diff --git a/src/editor.c b/src/editor.c index aa07d4b8..42ba6bb8 100644 --- a/src/editor.c +++ b/src/editor.c @@ -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();