Changeset 9810 in orxonox.OLD for branches/new_class_id/src/lib/sound
- Timestamp:
- Sep 25, 2006, 12:47:04 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/sound/sound_buffer.cc
r9807 r9810 28 28 : data(new SoundBufferData) 29 29 { 30 //this->registerObject(this, SoundBuffer::_objectList);30 this->registerObject(this, SoundBuffer::_objectList); 31 31 } 32 32 /** … … 37 37 : data(new SoundBufferData) 38 38 { 39 //this->registerObject(this, SoundBuffer::_objectList);39 this->registerObject(this, SoundBuffer::_objectList); 40 40 this->load(fileName); 41 41 } … … 44 44 : data(buffer.data) 45 45 { 46 //this->registerObject(this, SoundBuffer::_objectList);46 this->registerObject(this, SoundBuffer::_objectList); 47 47 } 48 48 … … 50 50 : data(dataPointer) 51 51 { 52 //this->registerObject(this, SoundBuffer::_objectList);52 this->registerObject(this, SoundBuffer::_objectList); 53 53 }; 54 54
Note: See TracChangeset
for help on using the changeset viewer.