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 groundpiece_obj.cxx,1.13,


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/editorobjs groundpiece_obj.cxx,1.13,1.14
Date: 2 Apr 2003 20:02:30 -0000

Update of /var/lib/cvs/Games/Pingus/src/editorobjs
In directory dark:/tmp/cvs-serv14463/editorobjs

Modified Files:
        groundpiece_obj.cxx 
Log Message:
namespace fix

Index: groundpiece_obj.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/editorobjs/groundpiece_obj.cxx,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- groundpiece_obj.cxx 2 Apr 2003 19:11:27 -0000       1.13
+++ groundpiece_obj.cxx 2 Apr 2003 20:02:28 -0000       1.14
@@ -64,7 +64,7 @@
 {
   return "Groundpiece: " + data->desc.res_name
     + " Type: " + Groundtype::type_to_string(data->gptype)
-    + " Rot: " + rs_to_string(data->desc.modifier);
+    + " Rot: " + ResourceModifierNS::rs_to_string(data->desc.modifier);
 }
 
 void





reply via email to

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