Changeset 9715 in orxonox.OLD for branches/new_class_id/src/lib/sound/sound_engine.cc
- Timestamp:
- Sep 1, 2006, 8:06:39 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/sound/sound_engine.cc
r9686 r9715 29 29 namespace OrxSound 30 30 { 31 NewObjectListDefinition(SoundEngine);31 ObjectListDefinition(SoundEngine); 32 32 ////////////////// 33 33 /* SOUND-ENGINE */ … … 202 202 203 203 // updating all the Sources positions 204 NewObjectList<SoundSource>::const_iterator sourceIT;204 ObjectList<SoundSource>::const_iterator sourceIT; 205 205 for (sourceIT = SoundSource::objectList().begin(); 206 206 sourceIT != SoundSource::objectList().end();
Note: See TracChangeset
for help on using the changeset viewer.