changeset 2357:44c91cec72ad

m
author Ritor1
date Thu, 10 Apr 2014 17:35:10 +0600
parents 08c4f1799ca1
children 23192f5b41d4
files AudioPlayer.cpp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/AudioPlayer.cpp	Thu Apr 10 17:34:50 2014 +0600
+++ b/AudioPlayer.cpp	Thu Apr 10 17:35:10 2014 +0600
@@ -2343,8 +2343,8 @@
 
   if ( this->bPlayerReady )
   {
-    CloseHandle(pVideoPlayer->hMagicVid);
-    CloseHandle(pVideoPlayer->hMightVid);
+    CloseHandle(hMagicVid);
+    CloseHandle(hMightVid);
     pAudioPlayer->StopChannels(-1, -1);
     if ( pAudioPlayer->uMixerChannels > 0 )
     {