Changeset 8905 in orxonox.OLD for branches/mountain_lake/src/lib/graphics/effects/snow_effect.cc
- Timestamp:
- Jun 29, 2006, 1:42:48 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mountain_lake/src/lib/graphics/effects/snow_effect.cc
r8793 r8905 117 117 void SnowEffect::activate() 118 118 { 119 PRINTF( 0)("Activating SnowEffect\n");119 PRINTF(3)("Activating SnowEffect\n"); 120 120 121 121 this->snowActivate = true; … … 149 149 void SnowEffect::deactivate() 150 150 { 151 PRINTF( 0)("Deactivating SnowEffect\n");151 PRINTF(3)("Deactivating SnowEffect\n"); 152 152 153 153 this->snowActivate = false;
Note: See TracChangeset
for help on using the changeset viewer.