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 sprite_editorobj.cxx, 1.11, 1


From: Ingo Ruhnke
Subject: [Pingus-CVS] CVS: Games/Pingus/src/editor sprite_editorobj.cxx, 1.11, 1.12
Date: Wed, 22 Oct 2003 14:35:49 +0200

Update of /var/lib/cvs/Games/Pingus/src/editor
In directory dark:/tmp/cvs-serv20509/editor

Modified Files:
        sprite_editorobj.cxx 
Log Message:
- removed a few unnedded constructors from Sprite

Index: sprite_editorobj.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/editor/sprite_editorobj.cxx,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- sprite_editorobj.cxx        18 Oct 2003 23:17:27 -0000      1.11
+++ sprite_editorobj.cxx        22 Oct 2003 12:35:47 -0000      1.12
@@ -21,6 +21,7 @@
 #include <assert.h>
 #include <ClanLib/Display/pixel_buffer.h>
 #include "../math.hxx"
+#include "../res_descriptor.hxx"
 #include "editor_view.hxx"
 #include "sprite_editorobj.hxx"
 
@@ -39,7 +40,7 @@
 
 SpriteEditorObj::SpriteEditorObj (const ResDescriptor& desc,
                                  Vector* arg_pos)
-  : sprite (desc),
+  : sprite (desc.res_name, desc.datafile),
     pos_ref (arg_pos)
 {
 }





reply via email to

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