incorporated another patch from Ondra Hosek which fixes tux not getting killed on...
[supertux.git] / src / object / camera.cpp
index ae9adf3..367030a 100644 (file)
@@ -64,6 +64,7 @@ Camera::parse(const lisp::Lisp& reader)
     do_backscrolling = true;
     reader.get("backscrolling", do_backscrolling);
   } else if(modename == "autoscroll") {
+    printf("autoscroll.\n");
     mode = AUTOSCROLL;
     
     const lisp::Lisp* path_lisp = reader.get_lisp("path");