r136 - in trunk: . src

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Sep 1 14:58:24 EDT 2005


Author: jonas
Date: 2005-09-01 14:58:24 -0400 (Thu, 01 Sep 2005)
New Revision: 136

Modified:
   trunk/TODO
   trunk/src/common.h
Log:
forgot the TODO entry ;-)

Modified: trunk/TODO
===================================================================
--- trunk/TODO	2005-09-01 18:57:06 UTC (rev 135)
+++ trunk/TODO	2005-09-01 18:58:24 UTC (rev 136)
@@ -127,8 +127,6 @@
         - crushable (ie. weapon fart, jump, run destroys them?)
         - bombable (ie. bomb destroys them)
         - multistates? => bridges, door, stone block
-     o Give each object a serial number and order the pools with it
-       => solves display bug...
 
 
 Progress

Modified: trunk/src/common.h
===================================================================
--- trunk/src/common.h	2005-09-01 18:57:06 UTC (rev 135)
+++ trunk/src/common.h	2005-09-01 18:58:24 UTC (rev 136)
@@ -162,6 +162,7 @@
 
 //global variables
 //@{
+/// masks
 extern const Uint32 rmask;
 extern const Uint32 gmask;
 extern const Uint32 bmask;




More information about the lostpenguins-commits mailing list