pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] CVS: Games/Pingus/src/actions walker.cxx,1.29,1.30


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/actions walker.cxx,1.29,1.30
Date: 18 Feb 2003 01:23:54 -0000

Update of /usr/local/cvsroot/Games/Pingus/src/actions
In directory dark:/tmp/cvs-serv14392/actions

Modified Files:
        walker.cxx 
Log Message:
used XMLFileReader/Writer a bit, might hae introduced a few bugs


Index: walker.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/walker.cxx,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- walker.cxx  13 Oct 2002 20:25:00 -0000      1.29
+++ walker.cxx  18 Feb 2003 01:23:52 -0000      1.30
@@ -29,7 +29,7 @@
 
 Walker::Walker (Pingu* p)
   : PinguAction(p),
-    walker("Pingus/walker" + to_string(pingu->get_owner()), "pingus")
+    walker("Pingus/walker" + to_string(pingu->get_owner()), "pingus", 15.0f)
 {
   walker.set_align_center_bottom();
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]