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 editor.cxx,1.33,1.34


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/editor editor.cxx,1.33,1.34
Date: 24 Sep 2002 17:02:50 -0000

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

Modified Files:
        editor.cxx 
Log Message:
- Gervase's digger cutter patch
 - misc release preperations

Index: editor.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/editor.cxx,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- editor.cxx  15 Sep 2002 00:19:19 -0000      1.33
+++ editor.cxx  24 Sep 2002 17:02:48 -0000      1.34
@@ -41,6 +41,7 @@
 #include "property_window.hxx"
 #include "level_property_window.hxx"
 #include "editor.hxx"
+#include "../path_manager.hxx"
 
 #include <cstdio>
 
@@ -71,7 +72,7 @@
   object_selector = new ObjectSelector;
 
   // FIXME: Should use PingusResource, Memleak
-  CL_ResourceManager* gui_resources = new 
CL_ResourceManager("../data/data/gui.scr", false);
+  CL_ResourceManager* gui_resources = new 
CL_ResourceManager(path_manager.complete("data/gui.scr"), false);
   
   style_manager = new CL_StyleManager_Default (gui_resources);
   gui   = new CL_GUIManager (style_manager);





reply via email to

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