Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 27, 2015, 6:49:54 PM (8 years ago)
Author:
fvultier
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/fabienHS15/src/modules/overlays/hud/HUDEnemyShieldBar.cc

    r10842 r10878  
    7171                target = target->getParent();
    7272            pawn = orxonox_cast<Pawn*>(target);
    73             // Don't show the HealthBar if the pawn is invisible
     73            // Don't show the EnemyShieldBar if the pawn is invisible
    7474            if (pawn && !pawn->isVisible())
    7575                pawn = NULL;
    7676        }
    77         // Set the pawn as owner of the HealthBar
     77        // Set the pawn as owner of the EnemyShieldBar
    7878        this->setShieldBarOwner(pawn);
    7979        this->setVisible(pawn != NULL);
Note: See TracChangeset for help on using the changeset viewer.