Changeset 32563


Ignore:
Timestamp:
01/21/15 10:46:23 (9 years ago)
Author:
obi
Message:

remove loading screen from player and local files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/player.h

    r32463 r32563  
    815815                printf("size: %d\n",size);
    816816               
    817                 if(size > 0)
     817                if(size > 0 && ostrstr(tmpfile, "file://") == NULL)
    818818                        status.prefillbuffer = 1;
    819819
Note: See TracChangeset for help on using the changeset viewer.