Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 2, 2006, 4:53:38 PM (18 years ago)
Author:
bensch
Message:

less debug output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/world_entities/weather_effects/cloud_effect.cc

    r9833 r9863  
    8181
    8282void CloudEffect::init() {
    83     PRINTF(0)("Initializing CloudEffect\n");
     83    PRINTF(4)("Initializing CloudEffect\n");
    8484
    8585    // default values
     
    176176
    177177void CloudEffect::deactivate() {
    178     PRINTF(0)("Deactivating CloudEffect\n");
     178    PRINTF(4)("Deactivating CloudEffect\n");
    179179
    180180    this->skydome->deactivate();
Note: See TracChangeset for help on using the changeset viewer.