Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 28, 2007, 11:33:10 PM (18 years ago)
Author:
rgrieder
Message:
  • the master has spoken…
  • misc/String.h is not anymore..
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/audio/AudioManager.cc

    r708 r715  
    7272        }
    7373
    74         void AudioManager::ambientAdd(orxonox::String file)
     74        void AudioManager::ambientAdd(std::string file)
    7575        {
    76     orxonox::String path = ambientPath + "/" + file + ".ogg";
     76    std::string path = ambientPath + "/" + file + ".ogg";
    7777                AudioStream tmp(path);
    7878                tmp.open();
Note: See TracChangeset for help on using the changeset viewer.