diff --git a/sc2/src/msvc++/UrQuanMasters.dsp b/sc2/src/msvc++/UrQuanMasters.dsp index 1bc5f9e57..a97457567 100644 --- a/sc2/src/msvc++/UrQuanMasters.dsp +++ b/sc2/src/msvc++/UrQuanMasters.dsp @@ -916,6 +916,10 @@ SOURCE=..\sc2code\libs\video\dukvid.h # End Source File # Begin Source File +SOURCE=..\sc2code\libs\video\legacyplayer.c +# End Source File +# Begin Source File + SOURCE=..\sc2code\libs\video\vfileins.c # End Source File # Begin Source File @@ -936,12 +940,20 @@ SOURCE=..\sc2code\libs\video\videodec.h # End Source File # Begin Source File +SOURCE=..\sc2code\libs\video\vidintrn.h +# End Source File +# Begin Source File + SOURCE=..\sc2code\libs\video\vidplayer.c # End Source File # Begin Source File SOURCE=..\sc2code\libs\video\vidplayer.h # End Source File +# Begin Source File + +SOURCE=..\sc2code\libs\video\vresins.c +# End Source File # End Group # Begin Group "threads" diff --git a/sc2/src/sc2code/libs/video/vresins.c b/sc2/src/sc2code/libs/video/vresins.c index 192f5a674..4c69377b6 100644 --- a/sc2/src/sc2code/libs/video/vresins.c +++ b/sc2/src/sc2code/libs/video/vresins.c @@ -34,7 +34,7 @@ FreeLegacyVideoData (void *data) if (pLV->audio) HFree (pLV->audio); if (pLV->speech) - HFree (pLV->video); + HFree (pLV->speech); HFree (pLV); return TRUE;