Fixed MN_STRINGSELECT menu item a bit more and hooked up aspect ration
[supertux.git] / data / scripts / default.nut
index 981913a..a4f3aff 100644 (file)
@@ -4,10 +4,9 @@
  */
 
 
-// TODO: move this to world2
 function end_level()
 {
-  Sound.play_music("music/leveldone.ogg");
+  play_music("music/leveldone.ogg");
   Tux.deactivate();
   wait(6);
   Effect.fade_out(2);