X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fswfcombine.c;h=136ac79445e0c7484b80cfea9a7e970a00a72310;hb=3fc8937cecc17075b13a18e6b8d5d5db11b82c47;hp=78af8395c6f4eb76eddb3a704c6e159e27ce028a;hpb=5f963ea2ff1243b25634bd380bbc0c0fe4c448ec;p=swftools.git diff --git a/src/swfcombine.c b/src/swfcombine.c index 78af839..136ac79 100644 --- a/src/swfcombine.c +++ b/src/swfcombine.c @@ -480,13 +480,19 @@ TAG* write_sprite_defines(TAG*tag, SWF*sprite) case ST_SETBACKGROUNDCOLOR: msg(" deliberately ignoring BACKGROUNDCOLOR tag"); break; + case ST_SHOWFRAME: + msg(" deliberately ignoring SHOWFRAME tag"); + break; + case ST_REFLEX: + msg(" deliberately ignoring REFLEX tag"); + break; case 40: case 49: case 51: - msg(" found tag %d. This is a Generator template, isn't it?", tag->id); + msg(" found tag %d. This is a Generator template, isn't it?", rtag->id); break; default: - msg(" funny tag: %d is neither defining nor sprite", tag->id); + msg(" funny tag: %d is neither defining nor sprite", rtag->id); } } } @@ -729,7 +735,7 @@ TAG* write_master(TAG*tag, SWF*master, SWF*slave, int spriteid, int replaceddefi if((flags&FLAGS_WRITESPRITE) && !slavewritten) { int id = get_free_id(masterbitmap); - int depth = 0; + int depth = 65535; if(config.clip) { msg(" Can't combine --clip and --frame"); }