Changeset 6412 in orxonox.OLD for branches/network/src/world_entities/power_ups
- Timestamp:
- Jan 6, 2006, 1:28:36 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/world_entities/power_ups/param_power_up.cc
r6243 r6412 53 53 void ParamPowerUp::init() 54 54 { 55 this->setClassID(CL_PARAM_POWER_UP, "ParamPowerUp"); 55 56 this->value = 0; 56 57 this->max_value = 0;
Note: See TracChangeset
for help on using the changeset viewer.