Changeset 9110 in orxonox.OLD for trunk/src/world_entities/world_entity.h
- Timestamp:
- Jul 4, 2006, 11:18:41 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/world_entity.h
r9008 r9110 198 198 int list_write; //!< entity's list 199 199 int list_handle; //!< handle for list changes 200 201 float health_write; 202 int health_handle; 203 204 float healthMax_write; 205 int healthMax_handle; 200 206 201 207 CollisionHandle* collisionHandles[CREngine::CR_NUMBER]; //!< the list of the collision reactions
Note: See TracChangeset
for help on using the changeset viewer.