Changeset 8169 in orxonox.OLD for branches/cr/src/world_entities/world_entity.cc
- Timestamp:
- Jun 6, 2006, 2:05:33 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cr/src/world_entities/world_entity.cc
r8168 r8169 61 61 this->healthMax = 1.0f; 62 62 this->health = 1.0f; 63 this->damage = 0.0f; // no damage dealt by a default entity 63 64 this->scaling = 1.0f; 64 65
Note: See TracChangeset
for help on using the changeset viewer.