Changeset 6109 in orxonox.OLD for branches/powerups/src/world_entities/space_ships/space_ship.cc
- Timestamp:
- Dec 14, 2005, 3:44:23 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/powerups/src/world_entities/space_ships/space_ship.cc
r6107 r6109 34 34 35 35 #include "power_ups/weapon_power_up.h" 36 #include "power_ups/param_power_up.h" 36 37 37 38 #include "graphics_engine.h" … … 428 429 } 429 430 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 } 431 436 } 432 437 return false;
Note: See TracChangeset
for help on using the changeset viewer.