pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/editor object_manager.cxx,1.9,1.10


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/editor object_manager.cxx,1.9,1.10
Date: 28 Jun 2002 17:03:40 -0000

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

Modified Files:
        object_manager.cxx 
Log Message:
- fixed load/save

Index: object_manager.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/object_manager.cxx,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- object_manager.cxx  28 Jun 2002 15:12:23 -0000      1.9
+++ object_manager.cxx  28 Jun 2002 17:03:38 -0000      1.10
@@ -319,7 +319,7 @@
   // Printing actions to file
   xml << "  <action-list>\n";
   for (vector<ActionData>::iterator i = actions.begin(); i != actions.end(); 
++i) {
-    xml << "    <" << (*i).name << " count=\"" << (*i).number_of << "\"/>" << 
endl;
+    xml << "    <" << action_to_string((*i).name) << " count=\"" << 
(*i).number_of << "\"/>" << endl;
   }
   xml << "  </action-list>\n" << std::endl;
 




reply via email to

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