Changeset 9863 in orxonox.OLD for branches/new_class_id/src/world_entities/weather_effects
- Timestamp:
- Oct 2, 2006, 4:53:38 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/world_entities/weather_effects/cloud_effect.cc
r9833 r9863 81 81 82 82 void CloudEffect::init() { 83 PRINTF( 0)("Initializing CloudEffect\n");83 PRINTF(4)("Initializing CloudEffect\n"); 84 84 85 85 // default values … … 176 176 177 177 void CloudEffect::deactivate() { 178 PRINTF( 0)("Deactivating CloudEffect\n");178 PRINTF(4)("Deactivating CloudEffect\n"); 179 179 180 180 this->skydome->deactivate();
Note: See TracChangeset
for help on using the changeset viewer.