X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Feditor.c;h=2e317c3d21440addc0cc9f800045fd7330195aa6;hb=0a340d881161f4009a79dc326f3579a70dc35b5b;hp=f832502e78894d479af5dbd4860573f51a4b6e06;hpb=c46bcfd8dd92fbf3ce134eed1e64078147d33b50;p=rocksndiamonds.git diff --git a/src/editor.c b/src/editor.c index f832502e..2e317c3d 100644 --- a/src/editor.c +++ b/src/editor.c @@ -9912,7 +9912,7 @@ void HandleLevelEditorKeyInput(Key key) case KSYM_Escape: if (edit_mode == ED_MODE_DRAWING) { - RequestExitLevelEditor(setup.ask_on_escape); + RequestExitLevelEditor(setup.ask_on_escape_editor); } else if (edit_mode == ED_MODE_INFO) {