renamed swfabc_ops.c to abc_ops.c
authorkramm <kramm>
Mon, 20 Oct 2008 13:56:52 +0000 (13:56 +0000)
committerkramm <kramm>
Mon, 20 Oct 2008 13:56:52 +0000 (13:56 +0000)
lib/as3/abc.c

index 766fb25..27c4331 100644 (file)
@@ -1562,7 +1562,7 @@ void swf_WriteABC(TAG*abctag, void*code)
     swf_DeleteTag(0, tmp);
 }
 
-#include "swfabc_ops.c"
+#include "abc_ops.c"
 
 void swf_AddButtonLinks(SWF*swf, char stop_each_frame, char events)
 {