Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8619 in orxonox.OLD for trunk/src/lib/sound


Ignore:
Timestamp:
Jun 20, 2006, 1:24:11 PM (18 years ago)
Author:
bensch
Message:

trunk: merged the gui-branche back.
merged with command:
svn merge -r8520:HEAD https://svn.orxonox.net/orxonox/branches/gui
no conflicts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/sound/sound_buffer.cc

    r8362 r8619  
    114114    else if (stereo && !is16Bit)
    115115      return AL_FORMAT_STEREO8;
    116     else if (stereo && is16Bit)
     116    else /* if (stereo && is16Bit) */
    117117      return AL_FORMAT_STEREO16;
    118118  }
Note: See TracChangeset for help on using the changeset viewer.