Update of /cvsroot/super-tux/supertux/src/object
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19458/src/object
Modified Files:
camera.cpp
Log Message:
incorporated another patch from Ondra Hosek which fixes tux not getting killed on timeup, and adds sound to bomb again. Additionally fixed mrbomb not getting squishsound when jumped on and ticking bombs already killing enemies
Index: camera.cpp
===================================================================
RCS file: /cvsroot/super-tux/supertux/src/object/camera.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- camera.cpp 28 Nov 2004 14:56:51 -0000 1.2
+++ camera.cpp 1 Dec 2004 15:58:38 -0000 1.3
@@ -64,6 +64,7 @@
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");
|