Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 5, 2015, 3:34:47 PM (10 years ago)
Author:
zifloria
Message:

Fixed more of the same bug. Tower defense was also affected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/invader/InvaderEnemyShooter.cc

    r9961 r10626  
    7171    }
    7272
    73     void InvaderEnemyShooter::damage(float damage, float healthdamage, float shielddamage, Pawn* originator)
     73    void InvaderEnemyShooter::damage(float damage, float healthdamage, float shielddamage, Pawn* originator, const btCollisionShape* cs)
    7474    {
    7575        Pawn::damage(damage, healthdamage, shielddamage, originator);
Note: See TracChangeset for help on using the changeset viewer.