Various fix in insane

svn-id: r3830
This commit is contained in:
Vincent Hamm 2002-03-25 17:45:55 +00:00
parent c13853de28
commit 11cb8db187
5 changed files with 11 additions and 157 deletions

View file

@ -602,7 +602,10 @@ void SmushPlayer::startVideo(short int arg, byte* videoFile)
do {
if(ftell(_in)>=fileSize )
return;
#ifdef INSANE_DEBUG
warning("Playing frame %d",frameIndex);
#endif
parseTag();
frameIndex++;