pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/editorobjs conveyor_belt_obj.cxx,1.2,


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/editorobjs conveyor_belt_obj.cxx,1.2,1.3 ice_block_obj.cxx,1.2,1.3
Date: 20 Sep 2002 08:43:21 -0000

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

Modified Files:
        conveyor_belt_obj.cxx ice_block_obj.cxx 
Log Message:
Gervase Lam's snprintf patch

Index: conveyor_belt_obj.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editorobjs/conveyor_belt_obj.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- conveyor_belt_obj.cxx       15 Sep 2002 11:02:24 -0000      1.2
+++ conveyor_belt_obj.cxx       20 Sep 2002 08:43:18 -0000      1.3
@@ -17,6 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
+#include <stdio.h>
 #include "../editor/editor_view.hxx"
 #include "../worldobjsdata/conveyor_belt_data.hxx"
 #include "../pingus_resource.hxx"

Index: ice_block_obj.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editorobjs/ice_block_obj.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ice_block_obj.cxx   15 Sep 2002 11:02:24 -0000      1.2
+++ ice_block_obj.cxx   20 Sep 2002 08:43:18 -0000      1.3
@@ -17,6 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
+#include <stdio.h>
 #include "../worldobjsdata/ice_block_data.hxx"
 #include "ice_block_obj.hxx"
 





reply via email to

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