Changeset 9215 in orxonox.OLD for branches/presentation/src/lib
- Timestamp:
- Jul 5, 2006, 12:30:42 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/lib/graphics/effects/snow_effect.cc
r9118 r9215 54 54 55 55 //load wind sound 56 if (this->snowWindForce > 1) {56 if (this->snowWindForce >= 1) { 57 57 if (this->windBuffer != NULL) 58 58 ResourceManager::getInstance()->unload(this->windBuffer);
Note: See TracChangeset
for help on using the changeset viewer.