- Timestamp:
- Dec 1, 2009, 6:49:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/sound/BaseSound.cc
r6186 r6188 69 69 XMLPortParam(BaseSound, "volume", setVolume, getVolume, xmlelement, mode); 70 70 XMLPortParam(BaseSound, "loop", setLooping, getLooping, xmlelement, mode); 71 XMLPortParam(BaseSound, "play", play,isPlaying, xmlelement, mode);71 XMLPortParam(BaseSound, "play", setPlaying, isPlaying, xmlelement, mode); 72 72 XMLPortParam(BaseSound, "source", setSource, getSource, xmlelement, mode); 73 73 }
Note: See TracChangeset
for help on using the changeset viewer.