Changeset 9229 in orxonox.OLD for branches/presentation/src/world_entities/weapons/fps_sniper_rifle.cc
- Timestamp:
- Jul 5, 2006, 2:06:21 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/weapons/fps_sniper_rifle.cc
r9213 r9229 33 33 #include "fps_sniper_rifle.h" 34 34 35 36 #include "effects/explosion.h" 35 37 36 38 using namespace std; … … 145 147 return; 146 148 149 // Explosion::explode(this, Vector(0.1,0.1,0.1)); 150 147 151 pj->setParent(this); 148 152 pj->setParentMode(PNODE_ROTATE_AND_MOVE);
Note: See TracChangeset
for help on using the changeset viewer.