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 action_window.cxx,1.10,1.11


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/editor action_window.cxx,1.10,1.11
Date: 2 Nov 2002 19:03:42 -0000

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

Modified Files:
        action_window.cxx 
Log Message:
some cleanup of the startup code and probally some memory leak fixes

Index: action_window.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/action_window.cxx,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- action_window.cxx   14 Sep 2002 19:06:34 -0000      1.10
+++ action_window.cxx   2 Nov 2002 19:03:40 -0000       1.11
@@ -51,6 +51,7 @@
 
   // Create all the default gui stuff
   int y = 30;
+
   for (std::vector<ActionData>::iterator i = default_actions.begin (); i != 
default_actions.end (); ++i)
     {
       checkboxes.push_back(new CL_CheckBox(CL_Point (10, y), 
action_to_string(i->name), window));





reply via email to

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