Changeset 7713 in orxonox.OLD for trunk/src/world_entities
- Timestamp:
- May 19, 2006, 12:44:16 AM (19 years ago)
- Location:
- trunk/src/world_entities
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/effects/lightning_bolt.cc
r7460 r7713 55 55 this->seedZ = 500.0f; 56 56 this->seedTime = 4.0f; 57 58 this->soundSource = NULL; 59 this->thunderBuffer = NULL; 57 60 58 61 this->soundSource.setSourceNode(this); -
trunk/src/world_entities/playable.cc
r7482 r7713 62 62 this->score = 0; 63 63 this->oldScore = 0; 64 this->collider = NULL; 64 65 65 66 this->bDead = false; -
trunk/src/world_entities/test_entity.cc
r7711 r7713 68 68 this->toList(OM_GROUP_00); 69 69 70 this->lastCollided = NULL; 70 71 this->bDeath = false; 71 72 }
Note: See TracChangeset
for help on using the changeset viewer.