cxgeorge před 23 roky
rodič
revize
e293c9cf9f
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      panda/src/audiotraits/milesAudioManager.cxx

+ 2 - 1
panda/src/audiotraits/milesAudioManager.cxx

@@ -64,7 +64,8 @@ void fMilesShutdown(void) {
    // if python crashes, the midi notes are left on,
    // if python crashes, the midi notes are left on,
    // so we need to turn them off.  Unfortunately
    // so we need to turn them off.  Unfortunately
    // in Miles 6.5, AIL_quick_shutdown() crashes
    // in Miles 6.5, AIL_quick_shutdown() crashes
-   // when it's called from atexit after a python crash.
+   // when it's called from atexit after a python crash, probably
+   // because mss32.dll has already been unloaded
    // workaround: use these internal values in the miles struct
    // workaround: use these internal values in the miles struct
    //             to reset the win32 midi ourselves
    //             to reset the win32 midi ourselves