* Add Airship (regular above-ground theme) and Battle (castle/boss theme) music court...
[supertux.git] / src / worldmap / worldmap.cpp
index 94856d1..50aaddd 100644 (file)
@@ -539,7 +539,7 @@ WorldMap::finished_level(Level* gamelevel)
       std::istringstream in(level->extro_script);
       run_script(in, "worldmap:extro_script");
     } catch(std::exception& e) {
-      log_fatal << "Couldn't run level-extro-script: " << e.what() << std::endl;
+      log_warning << "Couldn't run level-extro-script: " << e.what() << std::endl;
     }
   }
 }