Changeset 9206 in orxonox.OLD for branches/presentation/src/world_entities/projectiles
- Timestamp:
- Jul 5, 2006, 10:47:48 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/projectiles/guided_missile.cc
r9181 r9206 182 182 void GuidedMissile::destroy (WorldEntity* killer) 183 183 { 184 185 printf("THIS SHOULD WORLk\n"); 186 184 187 Projectile::destroy( killer ); 185 188 PRINTF(5)("DESTROY GuidedMissile\n");
Note: See TracChangeset
for help on using the changeset viewer.