Mercurial > mm7
comparison VideoPlayer.cpp @ 2082:c15871e2d743
wakingsound and runingsound
author | Ritor1 |
---|---|
date | Fri, 06 Dec 2013 23:35:34 +0600 |
parents | ba5cd8a8a0d3 |
children | ba3de1337989 |
comparison
equal
deleted
inserted
replaced
2079:ba5cd8a8a0d3 | 2082:c15871e2d743 |
---|---|
937 for ( uint i = 0; i < (signed int)this->uNumMightVideoHeaders; ++i) | 937 for ( uint i = 0; i < (signed int)this->uNumMightVideoHeaders; ++i) |
938 { | 938 { |
939 if ( !_stricmp(this->pMightVideoHeaders[i].pVideoName, pFilename) ) | 939 if ( !_stricmp(this->pMightVideoHeaders[i].pVideoName, pFilename) ) |
940 { | 940 { |
941 SetFilePointer(this->hMightVid, this->pMightVideoHeaders[i].uFileOffset, 0, 0); | 941 SetFilePointer(this->hMightVid, this->pMightVideoHeaders[i].uFileOffset, 0, 0); |
942 return SmackOpen(this->hMightVid, SMACKTRACK2|SMACKTRACK1|SMACKFILEHANDLE|SMACKLOADEXTRA|SMACKNEEDVOLUME -1);//0x7140, | 942 return SmackOpen(this->hMightVid, SMACKTRACK2|SMACKTRACK1|SMACKFILEHANDLE|SMACKLOADEXTRA|SMACKNEEDVOLUME, -1);//0x7140, |
943 } | 943 } |
944 } | 944 } |
945 } | 945 } |
946 if ( this->uNumMagicVideoHeaders ) | 946 if ( this->uNumMagicVideoHeaders ) |
947 { | 947 { |