diff --git a/code/ryzom/client/src/r2/editor.cpp b/code/ryzom/client/src/r2/editor.cpp index dc221c200..457cee562 100644 --- a/code/ryzom/client/src/r2/editor.cpp +++ b/code/ryzom/client/src/r2/editor.cpp @@ -244,7 +244,8 @@ void CDynamicMapClientEventForwarder::scenarioUpdated(CObject* highLevel, bool w { //H_AUTO(R2_CDynamicMapClientEventForwarder_scenarioUpdated) if (getEditor().getMode() != CEditor::EditionMode - && getEditor().getMode() != CEditor::GoingToEditionMode) + && getEditor().getMode() != CEditor::GoingToEditionMode /* New scenario */ + && getEditor().getMode() != CEditor::AnimationModeLoading /* Loading animation scenario from terminal */) { nldebug("Scenario update received, but not in edition mode"); return;