Fixed a tiny spelling mistake that made W1L7 harder to solve.
[supertux.git] / data / levels / world1 / default.nut
index 3ac9991..e049a59 100644 (file)
@@ -20,7 +20,7 @@ function intro()
   Text.set_text(translate("Then suddenly..."));
   Text.fade_in(1);
 
-// let's shake the bush...
+  // let's shake the bush...
   // Sound.play("sounds/rustle.wav");
   local bushx = BUSH.get_pos_x();
   local bushy = BUSH.get_pos_y();