use definetext2 instead of definetext
authorkramm <kramm>
Sun, 21 Oct 2007 19:55:19 +0000 (19:55 +0000)
committerkramm <kramm>
Sun, 21 Oct 2007 19:55:19 +0000 (19:55 +0000)
lib/devices/swf.c

index 203a35e..b23f262 100644 (file)
@@ -733,7 +733,7 @@ static void endtext(gfxdevice_t*dev)
     if(i->textid<0)
         return;
 
-    i->tag = swf_InsertTag(i->tag,ST_DEFINETEXT);
+    i->tag = swf_InsertTag(i->tag,ST_DEFINETEXT2);
     swf_SetU16(i->tag, i->textid);
 
     SRECT r;