Changeset 8217 in orxonox.OLD for branches/bsp_model/src/world_entities/playable.cc
- Timestamp:
- Jun 7, 2006, 9:57:13 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/bsp_model/src/world_entities/playable.cc
r8147 r8217 66 66 this->bDead = false; 67 67 68 this->subscribeReaction(CREngine::CR_PHYSICS_GROUND_WALK, CL_BSP_MODEL); 69 68 70 registerVar( new SynchronizeableInt( &score, &score, "score" ) ); 69 71 registerVar( new SynchronizeableBool( &bFire, &bFire, "bFire", PERMISSION_OWNER)); … … 79 81 // this->setPlayer(NULL); 80 82 // IN ITS DESTRUCTOR. 81 83 82 84 assert(this->currentPlayer == NULL); 83 85 }
Note: See TracChangeset
for help on using the changeset viewer.