- Timestamp:
- Jan 31, 2007, 12:39:32 AM (18 years ago)
- Location:
- trunk/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/mount_point.cc
r10528 r10529 146 146 { 147 147 PRINTF(0)("got particle system. attaching it to mp\n"); 148 dynamic_cast<ParticleSystem*>(this->_mount)->attachEmmittersTo(this, Vector(0,0,0), this->getRelDir()); 148 dynamic_cast<ParticleSystem*>(this->_mount)->attachEmmittersTo(this, Vector(0,0,0), 149 this->getRelDir()*Quaternion(M_PI, Vector(0,1,0))); 149 150 } 150 151 } -
trunk/src/world_entities/weapons/weapon.cc
r10528 r10529 440 440 if (this->requestedAction != WA_NONE) 441 441 return; 442 PRINTF( 0)("next action will be %s in %f seconds\n", actionToChar(action), this->stateDuration);442 PRINTF(5)("%s: next action will be %s in %f seconds\n", this->getCName(), actionToChar(action), this->stateDuration); 443 443 this->requestedAction = action; 444 444 }
Note: See TracChangeset
for help on using the changeset viewer.