Ignore:
Timestamp:
Oct 14, 2007, 11:58:27 PM (18 years ago)
Author:
Brendan Oakley
Message:

Improved fix of uniaud16 linker warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OCO/trunk/drv16/init.cpp

    r258 r259  
    8888extern BOOL fNoHardware;
    8989
     90PWAVEPLAY pWavePlay = NULL;
     91
    9092//*****************************************************************************
    9193//
     
    197199    current_device = 0;
    198200    // Build the Wave Playback Hardware object
    199     PWAVEPLAY pWavePlay = new WAVEPLAY(current_device);
     201    pWavePlay = new WAVEPLAY(current_device);
    200202    new WAVEREC(current_device);
    201203
Note: See TracChangeset for help on using the changeset viewer.