Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 14, 2005, 3:44:23 PM (19 years ago)
Author:
manuel
Message:

some debugging

File:
1 edited

Legend:

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

    r6107 r6109  
    3434
    3535#include "power_ups/weapon_power_up.h"
     36#include "power_ups/param_power_up.h"
    3637
    3738#include "graphics_engine.h"
     
    428429  }
    429430  else if(powerUp->isA(CL_PARAM_POWER_UP)) {
    430 
     431    ParamPowerUp* ppu = dynamic_cast<ParamPowerUp*>(powerUp);
     432    switch(ppu->getType()) {
     433      case PARAM_SHIELD:
     434        break;
     435    }
    431436  }
    432437  return false;
Note: See TracChangeset for help on using the changeset viewer.