Changeset 5302 in orxonox.OLD for trunk/src/world_entities/weapons
- Timestamp:
- Oct 7, 2005, 2:28:45 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/weapon.cc
r5143 r5302 55 55 delete this->animation[i]; 56 56 for (int i = 0; i < WA_ACTION_COUNT; i++) 57 if (this->soundBuffers[i] )57 if (this->soundBuffers[i] != NULL && ClassList::exists(this->soundBuffers[i], CL_SOUND_BUFFER)) 58 58 ResourceManager::getInstance()->unload(this->soundBuffers[i]); 59 59
Note: See TracChangeset
for help on using the changeset viewer.