Ignore:
Timestamp:
Aug 14, 2002, 7:37:55 PM (23 years ago)
Author:
sandervl
Message:

Dart wave playback bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/winmm/waveoutdart.cpp

    r8955 r9003  
    1 /* $Id: waveoutdart.cpp,v 1.12 2002-08-01 16:06:43 sandervl Exp $ */
     1/* $Id: waveoutdart.cpp,v 1.13 2002-08-14 17:37:55 sandervl Exp $ */
    22
    33/*
     
    632632    // MCI_MIXSETUP_PARMS->pMixWrite does alter FS: selector!
    633633    USHORT selTIB = RestoreOS2FS(); // save current FS selector
    634     MixSetupParms->pmixWrite(MixSetupParms->ulMixHandle, &MixBuffer[curPlayBuf], 1);
     634    MixSetupParms->pmixWrite(MixSetupParms->ulMixHandle, &MixBuffer[curFillBuf], 1);
    635635    SetFS(selTIB);           // switch back to the saved FS selector
    636636
Note: See TracChangeset for help on using the changeset viewer.