Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 17, 2005, 3:36:42 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches/openAL: shoots now have a cool sound

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/openAL/src/lib/sound/sound_engine.cc

    r4207 r4208  
    9595  alSourcef (this->sourceID, AL_PITCH,    1.0      );
    9696  alSourcef (this->sourceID, AL_GAIN,     1.0      );
    97   alSourcei (sourceID, AL_LOOPING,  true     );
     97  alSourcei (sourceID, AL_LOOPING,  AL_FALSE     );
    9898}
    9999
Note: See TracChangeset for help on using the changeset viewer.