Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

some debugging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/powerups/src/world_entities/power_ups/param_power_up.cc

    r6107 r6109  
    1616#define DEBUG_SPECIAL_MODULE DEBUG_MODULE_WORLD_ENTITY
    1717
    18 #include "weapon_power_up.h"
     18#include "param_power_up.h"
    1919#include "factory.h"
    2020#include "state.h"
     
    2929
    3030CREATE_FACTORY(ParamPowerUp, CL_PARAM_POWER_UP);
     31
     32const char* ParamPowerUp::paramTypes[] = {
     33  "shield"
     34};
    3135
    3236ParamPowerUp::ParamPowerUp () : PowerUp(0.0, 0.0, 1.0)
     
    112116}
    113117
    114 const char* ParamPowerUp::paramTypes[] = {
    115   "shield"
    116 };
    117118
    118 
Note: See TracChangeset for help on using the changeset viewer.