Changeset 3555 for trunk/src/dsound/OS2SNDBUFFER.CPP
- Timestamp:
- May 18, 2000, 10:37:10 PM (25 years ago)
- 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 sandervlExp $ */1 /* $Id: OS2SNDBUFFER.CPP,v 1.8 2000-05-18 20:37:09 mike Exp $ */ 2 2 3 3 /* … … 75 75 dprintf(("DSOUND-OS2IDirectSoundBuffer::OS2IDirectSoundBuffer (buf=%X)", this)); 76 76 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! 77 81 // If the primary SoundBuffer doesn't exist by now, we have to create it! 78 82 if (primary == NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.