Changeset 9087 in orxonox.OLD for branches/presentation/src/world_entities/npcs/generic_npc.cc
- Timestamp:
- Jul 4, 2006, 1:57:44 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/npcs/generic_npc.cc
r9066 r9087 84 84 this->toList(OM_GROUP_00); 85 85 86 if (this->soundBuffer != NULL)87 ResourceManager::getInstance()->unload(this->soundBuffer);88 86 this->soundBuffer = (OrxSound::SoundBuffer*)ResourceManager::getInstance()->load("sound/rain.wav", WAV); 89 87
Note: See TracChangeset
for help on using the changeset viewer.