Changeset 259 for OCO/trunk/drv16/init.cpp
- Timestamp:
- Oct 14, 2007, 11:58:27 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OCO/trunk/drv16/init.cpp
r258 r259 88 88 extern BOOL fNoHardware; 89 89 90 PWAVEPLAY pWavePlay = NULL; 91 90 92 //***************************************************************************** 91 93 // … … 197 199 current_device = 0; 198 200 // Build the Wave Playback Hardware object 199 PWAVEPLAYpWavePlay = new WAVEPLAY(current_device);201 pWavePlay = new WAVEPLAY(current_device); 200 202 new WAVEREC(current_device); 201 203
Note:
See TracChangeset
for help on using the changeset viewer.