Various fix in insane
svn-id: r3830
This commit is contained in:
parent
c13853de28
commit
11cb8db187
5 changed files with 11 additions and 157 deletions
|
@ -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++;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue