Changeset 6069 for code/branches/sound3/src/orxonox/sound/WorldSound.cc
- Timestamp:
- Nov 15, 2009, 3:43:06 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/sound3/src/orxonox/sound/WorldSound.cc
r5929 r6069 53 53 { 54 54 SUPER(WorldSound, XMLPort, xmlelement, mode); 55 XMLPortParamExtern(WorldSound, BaseSound, this, " source", setSource, getSource, xmlelement, mode);55 XMLPortParamExtern(WorldSound, BaseSound, this, "volume", setVolume, getVolume, xmlelement, mode); 56 56 XMLPortParamExtern(WorldSound, BaseSound, this, "loop", setLoop, getLoop, xmlelement, mode); 57 57 XMLPortParamExtern(WorldSound, BaseSound, this, "playOnLoad", setPlayOnLoad, getPlayOnLoad, xmlelement, mode); 58 XMLPortParamExtern(WorldSound, BaseSound, this, "source", setSource, getSource, xmlelement, mode); 58 59 } 59 60 … … 88 89 } 89 90 } 90 91 91 }
Note: See TracChangeset
for help on using the changeset viewer.