Changeset 715 for code/branches/FICN/src/audio/AudioManager.cc
- Timestamp:
- Dec 28, 2007, 11:33:10 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/audio/AudioManager.cc
r708 r715 72 72 } 73 73 74 void AudioManager::ambientAdd( orxonox::String file)74 void AudioManager::ambientAdd(std::string file) 75 75 { 76 orxonox::String path = ambientPath + "/" + file + ".ogg";76 std::string path = ambientPath + "/" + file + ".ogg"; 77 77 AudioStream tmp(path); 78 78 tmp.open();
Note: See TracChangeset
for help on using the changeset viewer.