Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 25, 2006, 12:47:04 AM (18 years ago)
Author:
bensch
Message:

SoundBuffer register's itself again. Everything as normal as earlier that day :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/sound/sound_buffer.cc

    r9807 r9810  
    2828      : data(new SoundBufferData)
    2929  {
    30 //     this->registerObject(this, SoundBuffer::_objectList);
     30    this->registerObject(this, SoundBuffer::_objectList);
    3131  }
    3232  /**
     
    3737      : data(new SoundBufferData)
    3838  {
    39 //     this->registerObject(this, SoundBuffer::_objectList);
     39    this->registerObject(this, SoundBuffer::_objectList);
    4040    this->load(fileName);
    4141  }
     
    4444      : data(buffer.data)
    4545  {
    46 //     this->registerObject(this, SoundBuffer::_objectList);
     46    this->registerObject(this, SoundBuffer::_objectList);
    4747  }
    4848
     
    5050      : data(dataPointer)
    5151  {
    52 //     this->registerObject(this, SoundBuffer::_objectList);
     52    this->registerObject(this, SoundBuffer::_objectList);
    5353  };
    5454
Note: See TracChangeset for help on using the changeset viewer.