Changeset 7495 for code/trunk/src/orxonox/worldentities
- Timestamp:
- Sep 28, 2010, 9:48:32 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/worldentities/ControllableEntity.cc
r6417 r7495 87 87 this->setPriority( Priority::VeryHigh ); 88 88 this->registerVariables(); 89 COUT(0) << "CE creator" << endl; 90 if( GameMode::isMaster() ) 91 callMemberNetworkFunction(ControllableEntity, fire, this->getObjectID(), 1, 0); 89 92 } 90 93 … … 241 244 void ControllableEntity::fire(unsigned int firemode) 242 245 { 246 COUT(0) << "fire........." << endl; 243 247 if(GameMode::isMaster()) 244 248 {
Note: See TracChangeset
for help on using the changeset viewer.