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.hxx,1.21,1.22


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/editor object_manager.hxx,1.21,1.22
Date: 7 Oct 2002 13:12:50 -0000

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

Modified Files:
        object_manager.hxx 
Log Message:
groundpieces must not have a z-pos, so we zero it away. A correct fix would be 
probally to get completly rid of the z-pos, but that would cause other problems

Index: object_manager.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/object_manager.hxx,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- object_manager.hxx  28 Sep 2002 11:52:23 -0000      1.21
+++ object_manager.hxx  7 Oct 2002 13:12:47 -0000       1.22
@@ -34,6 +34,8 @@
 class ObjectManager
 {
 private:
+  // FIXME: The object manager should really not have these friends,
+  // FIXME: but instead provide a better interface to interact with him.
   friend class EditorEvent;
   friend class Editor;
   





reply via email to

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