diff --git a/desktop_version/src/editor.cpp b/desktop_version/src/editor.cpp index 7af667a0..8140131e 100644 --- a/desktop_version/src/editor.cpp +++ b/desktop_version/src/editor.cpp @@ -1650,7 +1650,6 @@ bool editorclass::load(std::string& _path) printf("Custom asset directory exists at %s\n", zippath.c_str()); FILESYSTEM_mount(zippath.c_str()); graphics.reloadresources(); - music.init(); } else if (zip_path != "data.zip" && !endsWith(zip_path, "/data.zip") && endsWith(zip_path, ".zip")) { printf("Custom asset directory is .zip at %s\n", zip_path.c_str()); PHYSFS_File* zip = PHYSFS_openRead(zip_path.c_str());