Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 15, 2008, 9:31:55 PM (16 years ago)
Author:
rgrieder
Message:

reverted r1787

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/objects/Projectile.cc

    r1787 r1789  
    101101                {
    102102                    // hit
    103                     if (it->isA(GetClassIdentifier(SpaceShipAI)))
     103                    if (it->isA(Class(SpaceShipAI)))
    104104                        ((SpaceShipAI*)(*it))->damage(this->damage_);
    105105                    ParticleSpawner* explosion = new ParticleSpawner(this->explosionTemplateName_, LODParticle::low, 2.0);
Note: See TracChangeset for help on using the changeset viewer.