usata-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Usata-commits] Changes to usata2/src/object.hpp


From: David Lau
Subject: [Usata-commits] Changes to usata2/src/object.hpp
Date: Tue, 01 Mar 2005 23:45:51 -0500

Index: usata2/src/object.hpp
diff -u usata2/src/object.hpp:1.17 usata2/src/object.hpp:1.18
--- usata2/src/object.hpp:1.17  Wed Mar  2 04:34:11 2005
+++ usata2/src/object.hpp       Wed Mar  2 04:45:49 2005
@@ -10,7 +10,7 @@
 // included in the software distribution, or visit
 // http://www.fsf.org/licenses/gpl.html.
 //
-// $Id: object.hpp,v 1.17 2005/03/02 04:34:11 skunix Exp $
+// $Id: object.hpp,v 1.18 2005/03/02 04:45:49 skunix Exp $
 
 
 #ifndef USATA_GAME_OBJECT_HPP
@@ -25,8 +25,9 @@
 #include "exception_types.hpp"
 
 // these need to go somewhere else
-#define USATA_DRAW_ORDER_LAST  255
-#define USATA_DRAW_ORDER_DEFAULT 100
+
+#define USATA_DRAW_ORDER_LAST  65336
+#define USATA_DRAW_ORDER_DEFAULT 1000
 #define USATA_DRAW_ORDER_FIRST 0
 
 namespace usata
@@ -130,7 +131,7 @@
 
        std::string node_path_check(const std::string& path);
 
-       Object_sp       node_path_lookup(const std::string& path, Object_sp&);
+       Object_sp       node_path_lookup(const std::string& path, const 
Object_sp&);
        
 }
 




reply via email to

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