Ignore:
Timestamp:
May 18, 2000, 10:37:10 PM (25 years ago)
Author:
mike
Message:

Updated and slightly fixed DSOUND

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/dsound/OS2SNDBUFFER.CPP

    r3099 r3555  
    1 /* $Id: OS2SNDBUFFER.CPP,v 1.7 2000-03-13 12:47:48 sandervl Exp $ */
     1/* $Id: OS2SNDBUFFER.CPP,v 1.8 2000-05-18 20:37:09 mike Exp $ */
    22
    33/*
     
    7575   dprintf(("DSOUND-OS2IDirectSoundBuffer::OS2IDirectSoundBuffer (buf=%X)", this));
    7676
     77   // get the primary buffer from the DSound instance.
     78   primary = DSound->primary;
     79 
     80   // We can still to the below logic just in case!!  Should not be required thow!
    7781   // If the primary SoundBuffer doesn't exist by now, we have to create it!
    7882   if (primary == NULL) {
Note: See TracChangeset for help on using the changeset viewer.