Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 8, 2005, 10:39:31 AM (18 years ago)
Author:
manuel
Message:

branch compiles again. factory problems solved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/powerups/src/world_entities/space_ships/space_ship.cc

    r5985 r5988  
    419419{
    420420  if(powerUp->isA(CL_WEAPON_POWER_UP)) {
    421     Weapon weapon = dynamic_cast<WeaponPowerUp*>(powerUp)->getWeapon();
     421    Weapon* weapon = dynamic_cast<WeaponPowerUp*>(powerUp)->getWeapon();
    422422    WeaponManager* manager = this->getWeaponManager();
    423423    int slot = manager->getNextFreeSlot(0, weapon->getCapability());
Note: See TracChangeset for help on using the changeset viewer.