Changeset 9685 in orxonox.OLD for branches/new_class_id/src/lib/graphics/effects/weather_effect.cc
- Timestamp:
- Aug 22, 2006, 1:16:23 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/graphics/effects/weather_effect.cc
r9406 r9685 20 20 #include "util/loading/load_param.h" 21 21 22 23 24 22 NewObjectListDefinition(WeatherEffect); 25 23 26 24 /** … … 29 27 WeatherEffect::WeatherEffect(const TiXmlElement* root) 30 28 { 31 this-> setClassID(CL_WEATHER_EFFECT, "WeatherEffect");29 this->registerObject(this, WeatherEffect::_objectList); 32 30 this->bActivated = false; 33 31 }
Note: See TracChangeset
for help on using the changeset viewer.