Mercurial > mm7
changeset 2090:2e2c7a4edb1d
m
author | Ritor1 |
---|---|
date | Thu, 12 Dec 2013 09:27:55 +0600 |
parents | c041779ff4fe |
children | 75edfa36c4de |
files | VideoPlayer.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/VideoPlayer.cpp Fri Dec 06 11:14:39 2013 +0600 +++ b/VideoPlayer.cpp Thu Dec 12 09:27:55 2013 +0600 @@ -939,7 +939,7 @@ if ( !_stricmp(this->pMightVideoHeaders[i].pVideoName, pFilename) ) { SetFilePointer(this->hMightVid, this->pMightVideoHeaders[i].uFileOffset, 0, 0); - return SmackOpen(this->hMightVid, SMACKTRACK2|SMACKTRACK1|SMACKFILEHANDLE|SMACKLOADEXTRA|SMACKNEEDVOLUME -1);//0x7140, + return SmackOpen(this->hMightVid, SMACKTRACK2|SMACKTRACK1|SMACKFILEHANDLE|SMACKLOADEXTRA|SMACKNEEDVOLUME, -1);//0x7140, } } }