[Top][All Lists]
[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));
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pingus-CVS] CVS: Games/Pingus/src/editor action_window.cxx,1.10,1.11,
grumbel <=
- Prev by Date:
[Pingus-CVS] CVS: Games/Pingus/src button_panel.cxx,1.19,1.20
- Next by Date:
[Pingus-CVS] CVS: Games/Pingus/src Makefile.am,1.118,1.119 action_data.hxx,1.5,1.6 pingus_main.cxx,1.28,1.29 pingus_main.hxx,1.5,1.6 pingus_resource.cxx,1.20,1.21 pingus_resource.hxx,1.10,1.11 generic_main.cxx,1.3,NONE generic_main.hxx,1.4,NONE
- Previous by thread:
[Pingus-CVS] CVS: Games/Pingus/src button_panel.cxx,1.19,1.20
- Next by thread:
[Pingus-CVS] CVS: Games/Pingus/src Makefile.am,1.118,1.119 action_data.hxx,1.5,1.6 pingus_main.cxx,1.28,1.29 pingus_main.hxx,1.5,1.6 pingus_resource.cxx,1.20,1.21 pingus_resource.hxx,1.10,1.11 generic_main.cxx,1.3,NONE generic_main.hxx,1.4,NONE
- Index(es):