Ignore:
Timestamp:
Jun 9, 2024, 10:00:51 AM (14 months ago)
Author:
gyoung
Message:

Remove additional code blocking the use of Timidity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/classes/c/c_audio/cwaudio.c

    r171 r185  
    22342234         The audio worker thread was started during initialization of CWMMDataFile.
    22352235         */
    2236       if((bIsMidi && !globalHaveTimidity) || !bIsMidi)
     2236      //if((bIsMidi && !globalHaveTimidity) || !bIsMidi)
    22372237        WinPostMsg(__get_hwndAudioWorker(_CWMMDataFile) , WM_APPTERMINATENOTIFY, somSelf, 0);
    22382238
     
    38533853
    38543854              /* Prevent Timidity crash */
    3855               if(globalHaveTimidity)
    3856                 break;
     3855              /*if(globalHaveTimidity)
     3856                break;*/
    38573857
    38583858              /* open the file */
Note: See TracChangeset for help on using the changeset viewer.