Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 14, 2009, 1:17:34 PM (16 years ago)
Author:
rgrieder
Message:

Reapplying erwin's changes from r5939.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/sound3/src/orxonox/sound/BaseSound.cc

    r5929 r5946  
    6565            if (alGetError() != AL_NO_ERROR)
    6666            {
    67                  COUT(2) << "Sound: OpenAL: Error playin sound " << this->audioSource_ << std::endl;
     67                 COUT(2) << "Sound: OpenAL: Error playing sound " << this->audioSource_ << std::endl;
    6868            }
    6969        }
     
    147147            {
    148148                COUT(2) << "Sound: Trying fallback ogg loader" << std::endl;
    149                 this->audioBuffer_ = loadOggFile();
     149                this->audioBuffer_ = this->loadOggFile();
    150150            }
    151151
Note: See TracChangeset for help on using the changeset viewer.